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

Clears the number of retries for the authentication mechanism.

procedure Reset; virtual;

Reset is a virtual procedure that clears the number of retry attempts performed using the authentication mechanism. In TIdAuthentication, Reset sets the value of the AuthRetries property to 0. Descendant classes, like TIdBasicAuthentication will override Reset to perform the functionality specific to 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.