TIdVCardAddresses = class(TOwnedCollection)
property Items [ Index: Integer ]: TIdCardAddressItem;
function Add: TIdCardAddressItem;
constructor Create(AOwner: TPersistent); reintroduce;
ClassType is intialized to TIdCardAddressItem.