Indy 9
TIdVCardAddresses
Hierarchy, Properties, Methods, See Also, Unit: IdVCard
Encapsulates VCard addresses.
TIdVCardAddresses = class(TOwnedCollection)
Unit
IdVCard
Description
The TIdVCardAddresses collection contains TIdCardAddressItem objects encapsulating a VCard owner's addresses in a TIdVCard component.

TIdVCardAddresses.Items
TIdVCardAddresses, See Also
Allows access to TIdCardAddressItem items in the collection.
property Items [ Index: Integer ]: TIdCardAddressItem;
Description
Items is a property that allows you to access individual TIdCardAddressItem in the TIdVCardAddresses collection.

TIdVCardAddresses.Add
TIdVCardAddresses, See Also
Adds a TIdCardAddressItem to the collection.
function Add: TIdCardAddressItem;
Description
Add is a function that returns a new TIdCardAddressItem which is added to the TIdVCardAddresses collection.

TIdVCardAddresses.Create
TIdVCardAddresses
Constructor for the collection.
constructor Create(AOwner: TPersistent); reintroduce;
Parameters
AOwner: TPersistent
Owner of the collection.
Description
Create is the constructor for the collection instance, and relies on the inherited Create method to set the Owner and ClassType for the object instance.

ClassType is intialized to TIdCardAddressItem.


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