Indy 9
TIdVCardBusinessInfo
Hierarchy, Properties, Methods, See Also, Unit: IdVCard
Encapsulates VCard organization information.
TIdVCardBusinessInfo = class(TPersistent)
Unit
IdVCard
Description
The TIdVCardBusinessInfo object encapsulates a VCard owner's organizational affiliation information in the TIdVCard component.

TIdVCardBusinessInfo.Divisions
TIdVCardBusinessInfo
Branch of the person's organization.
property Divisions: TStrings;
Description
Divisions represents the logical or physical branch of the organization for the VCard owner, such as "West Virginia Office, Computing Service".

TIdVCardBusinessInfo.Organization
TIdVCardBusinessInfo, See Also
Name of the organization for the VCard owner.
property Organization: String;
Description
Organization is the name of the organization for the VCard owner, such as "XYZ Corporation".

TIdVCardBusinessInfo.Role
TIdVCardBusinessInfo, See Also
Job or responsibilities for the VCard owner.
property Role: String;
Description
Role represents the VCard owners job or responsibilities in an Organization, such as "System Administrator".

TIdVCardBusinessInfo.Title
TIdVCardBusinessInfo
Represents the formal title of the VCard owner.
property Title: String;
Description
Title represents the formal title of the VCard owner in the organization, such "Director of Computing Services".

TIdVCardBusinessInfo.Create
TIdVCardBusinessInfo, See Also
Constructor for the object instance.
constructor Create;
Description
Create is the constructor for the object instance, and relies on the inherited Create method to initialize the object. Create initializes resources allocated to the the Divisions property.

TIdVCardBusinessInfo.Destroy
TIdVCardBusinessInfo, See Also
Frees an object instance.
destructor Destroy; override;
Description
Destroy is the destructor for the object instance, Destroy clears and releases resources allocated in the Divisions property prior to calling the inherited Destroy method.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.