Topic Path: Symbol Reference > Structs, Records, Enums > TIdAuthWhatsNext Enumeration
ContentsIndexHome
PreviousUpNext
TIdAuthWhatsNext Enumeration

Represents the next action to be performed in the authentication framework.

File
TIdAuthWhatsNext = (
  wnAskTheProgram,
  wnDoRequest,
  wnFail
);

TIdAuthWhatsNext is an enumerated type that represents the next valid action to be performed by the authentication framework. TIdAuthWhatsNext is the value returned by the TIdAuthentiction.Next method.

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