Internet Direct (Indy)
Home
PreviousUpNext
TIdAuthenticationItem.Create Constructor

Constructor for the authentication object instance.

Pascal
constructor Create(
    ACollection: TIdCollection
); override;
Parameters 
Description 
ACollection 
Collection that owns the object instance. 

Create is the constructor for the authentication object instance. Create calls the inherited Create method using ACollection as the owner of the object instance. Create also allocates resources required for the URL and Params properties for the authentication mechanism.

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.