TIdVCardBusinessInfo
Encapsulates VCard organization information.
TIdVCardBusinessInfo = class(TPersistent)
Unit
Description
The TIdVCardBusinessInfo object encapsulates a VCard owner's organizational affiliation information in the
TIdVCard component.
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".
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".
Job or responsibilities for the VCard owner.
Description
Role represents the VCard owners job or responsibilities in an
Organization, such as "System Administrator".
Represents the formal title of the VCard owner.
Description
Title represents the formal title of the VCard owner in the organization, such "Director of Computing Services".
Constructor for the object instance.
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.
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.