Class TIfcTelecomAddress
Unit
Declaration
type TIfcTelecomAddress = class(TIfcAddress)
Description
Address to which telephone, electronic mail and other forms of telecommunications should be addressed.
Spec: https://standards.buildingsmart.org/IFC/RELEASE/IFC4_3/HTML/lexical/IfcTelecomAddress.htm
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcAddress
- TIfcTelecomAddress
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property TelephoneNumbers: TCastleStringList read FTelephoneNumbers; |
|
property FacsimileNumbers: TCastleStringList read FFacsimileNumbers; |
|
property PagerNumber: TIfcLabel read FPagerNumber write FPagerNumber; |
|
property ElectronicMailAddresses: TCastleStringList read FElectronicMailAddresses; |
|
property WWWHomePageURL: TIfcURIReference read FWWWHomePageURL write FWWWHomePageURL; |
|
property MessagingIDs: TCastleStringList read FMessagingIDs; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property TelephoneNumbers: TCastleStringList read FTelephoneNumbers; |
|
The list of telephone numbers at which telephone messages may be received. |
property FacsimileNumbers: TCastleStringList read FFacsimileNumbers; |
|
The list of fax numbers at which fax messages may be received. |
property PagerNumber: TIfcLabel read FPagerNumber write FPagerNumber; |
|
The pager number at which paging messages may be received. |
property ElectronicMailAddresses: TCastleStringList read FElectronicMailAddresses; |
|
The list of Email addresses at which Email messages may be received. |
property WWWHomePageURL: TIfcURIReference read FWWWHomePageURL write FWWWHomePageURL; |
|
The world wide web address at which the preliminary page of information for the person or organization can be located. |
property MessagingIDs: TCastleStringList read FMessagingIDs; |
|
IDs or addresses for any other means of telecommunication, for example instant messaging, voice-over-IP, or file transfer protocols. The communication protocol is indicated by the URI value with scheme designations such as irc:, sip:, or ftp:. |
Generated by PasDoc 0.16.0-snapshot.