Indy 9
TIdVCardMailingLabels
Hierarchy, Properties, Methods, See Also, Unit: IdVCard
Encapsulates a VCard mailing label list.
TIdVCardMailingLabels = class(TOwnedCollection)
Unit
IdVCard
Description
The TIdVCardMailingLabels collection contains TIdVCardMailingLabelItem objects encapsulating mailing labels for a VCard owner.

TIdVCardMailingLabels.Items
TIdVCardMailingLabels, See Also
Provides access to a TIdVCardMailingLabelItem in the collection.
property Items [ Index: Integer ]: TIdVCardMailingLabelItem;
Description
Items is a property that allows access to an individual TIdVCardMailingLabelItem in the TIdVCardMailingLabels collection.

TIdVCardMailingLabels.Add
TIdVCardMailingLabels
Adds a new TIdVCardMailingLabelItem to the collection.
function Add: TIdVCardMailingLabelItem;
Description
Add is a function that returns a new TIdVCardMailingLabelItem which is added to the TIdVCardMailingLabels collection.

TIdVCardMailingLabels.Create
TIdVCardMailingLabels, See Also
Constructor for the object instance.
constructor Create(AOwner: TPersistent); reintroduce;
Description
Create is the constructor for the object instance, and creates a new instance of the TIdVCardMailingLabels collection with AOwner as the owner for it. Create is used internally in the TIdVCard.Create constructor.

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