Topic Path: Symbol Reference > Classes > TIdBasicAuthentication Class > TIdBasicAuthentication Methods > Reset Method
ContentsIndexHome
PreviousUpNext
TIdBasicAuthentication.Reset Method

Clears the number of retries and step in the authentication mechanism.

procedure Reset; override;

Reset is an overridden procedure in TIdBasicAuthentication. The inherited method is called to clear the number of retry attempts performed using the authentication mechanism by setting the nuimber of tries to 0. 

Reset also sets the value of the CurrentStep to 0 to indicate the next step in the authentication process.

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