OnAuthFailed

<< Click to Display Table of Contents >>

Navigation:  Classes > TIWServerControllerBase > Events >

OnAuthFailed

Occurs only Auther component is set and authentication fails (generally when a session starts)

 

SIGNATURE=IWServerControllerBase.TIWServerControllerBase.OnAuthFailed

 

ETYPE=Event

 

Declaration:

Delphi:

published property OnAuthFailed: TOnAuthFailed;

C++:

__published: __property TOnAuthFailed OnAuthFailed;

 

Description: This is OnAuthFailed, a member of class TIWServerControllerBase.