Indy 9
|
TIdAuthenticationCollection = class(TOwnedCollection)
property Items [AIndex: Integer]: TIdAuthenticationItem;
Use Add to create a new TIdAuthenticationItem collection item.
function Add: TIdAuthenticationItem;
Use Items for read and write access to exisiting object instances in the collection.
constructor Create(AOwner: Tpersistent);