Topic Path: Symbol Reference > Classes > TIdAuthenticationItem Class > TIdAuthenticationItem Properties > Params Property
ContentsIndexHome
PreviousUpNext
TIdAuthenticationItem.Params Property

Represent arguments used with an authentication mechanism.

property Params: TIdStringList;

Params is a TStringList property that represents the arguments provided for an authentication mechanism added to the collection maintained by TIdAuthenticationManager. Params is used with URL to store the information required to use the authentication mechanism. 

Params is initialized in the Create constructor, and released in the Destroy destructor. Write access to the Params property calls Assign to transfer the values from a TStringList to the property.

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