Topic Path: Symbol Reference > Classes > TIdAuthentication Class > TIdAuthentication Properties > CurrentStep Property
ContentsIndexHome
PreviousUpNext
TIdAuthentication.CurrentStep Property

Identifies the current task number during authentication processing.

property CurrentStep: Integer;

CurrentStep is a read-only Integer property used to identify the active task during reading of authentication information. CurrentStep contains the value 0 (zero) when Username and Password values have not been examined for the corresponding TIdAuthWhatsNext value. CurrentStep contains the value 1 (one) when the current authentication process has failed. 

The default value for CurrentStep is 0 (zero) as assigned in the Create constructor. CurrentStep is also set to the default value in the Reset method.

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