Class TIfcPostalAddress

Unit

Declaration

type TIfcPostalAddress = class(TIfcAddress)

Description

Address for delivery of paper based mail and other postal deliveries.

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;

Properties

Published property InternalLocation: TIfcLabel read FInternalLocation write FInternalLocation;
Published property AddressLines: TCastleStringList read FAddressLines;
Published property PostalBox: TIfcLabel read FPostalBox write FPostalBox;
Published property Town: TIfcLabel read FTown write FTown;
Published property Region: TIfcLabel read FRegion write FRegion;
Published property PostalCode: TIfcLabel read FPostalCode write FPostalCode;
Published property Country: TIfcLabel read FCountry write FCountry;

Description

Methods

Public constructor Create(AOwner: TComponent); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Properties

Published property InternalLocation: TIfcLabel read FInternalLocation write FInternalLocation;

Internal location for the address.

Published property AddressLines: TCastleStringList read FAddressLines;

The postal address.

Published property PostalBox: TIfcLabel read FPostalBox write FPostalBox;

An address that is implied by an identifiable mail drop.

Published property Town: TIfcLabel read FTown write FTown;

The name of a town.

Published property Region: TIfcLabel read FRegion write FRegion;

The name of a region.

Published property PostalCode: TIfcLabel read FPostalCode write FPostalCode;

The code that is used by the country's postal service.

Published property Country: TIfcLabel read FCountry write FCountry;

An ISO 3166 2-digit country code.


Generated by PasDoc 0.16.0-snapshot.