Class TIfcPostalAddress
Unit
Declaration
type TIfcPostalAddress = class(TIfcAddress)
Description
Address for delivery of paper based mail and other postal deliveries.
Hierarchy
- TObject
- TPersistent
- TComponent
- TIfcPersistent
- TIfcAddress
- TIfcPostalAddress
Overview
Methods
constructor Create(AOwner: TComponent); override; |
|
destructor Destroy; override; |
Properties
property InternalLocation: TIfcLabel read FInternalLocation write FInternalLocation; |
|
property AddressLines: TCastleStringList read FAddressLines; |
|
property PostalBox: TIfcLabel read FPostalBox write FPostalBox; |
|
property Town: TIfcLabel read FTown write FTown; |
|
property Region: TIfcLabel read FRegion write FRegion; |
|
property PostalCode: TIfcLabel read FPostalCode write FPostalCode; |
|
property Country: TIfcLabel read FCountry write FCountry; |
Description
Methods
constructor Create(AOwner: TComponent); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
Properties
property InternalLocation: TIfcLabel read FInternalLocation write FInternalLocation; |
|
Internal location for the address. |
property AddressLines: TCastleStringList read FAddressLines; |
|
The postal address. |
property PostalBox: TIfcLabel read FPostalBox write FPostalBox; |
|
An address that is implied by an identifiable mail drop. |
property Town: TIfcLabel read FTown write FTown; |
|
The name of a town. |
property Region: TIfcLabel read FRegion write FRegion; |
|
The name of a region. |
property PostalCode: TIfcLabel read FPostalCode write FPostalCode; |
|
The code that is used by the country's postal service. |
property Country: TIfcLabel read FCountry write FCountry; |
|
An ISO 3166 2-digit country code. |
Generated by PasDoc 0.16.0-snapshot.