Internet Direct (Indy)
Home
PreviousUpNext
TIdAuthenticationItem.Params Property

Represent arguments used with an authentication mechanism.

Pascal
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.

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.