Topic Path: Symbol Reference > Classes > TIdAuthenticationItem Class > TIdAuthenticationItem Methods > Create Constructor
ContentsIndexHome
PreviousUpNext
TIdAuthenticationItem.Create Constructor

Constructor for the authentication object instance.

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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.