Internet Direct (Indy)
|
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.
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. |