Internet Direct (Indy)
Home
PreviousUpNext
TIdAuthenticationCollection.Create Constructor

Constructor for the collection.

Pascal
constructor Create(
    AOwner: TIdPersistent
);
Parameters 
Description 
AOwner 
Owner of the collection. 

Create is the constructor for the collection. Create calls the inherited Create method using AOwner as the owner of the collection, and TIdAuthenticationItem as the ItemClass for objects added to the collection using Add.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.