|
<< Click to Display Table of Contents >> Navigation: Types > TOnAuthFailed |
SIGNATURE=IWServerControllerBase.TOnAuthFailed
ETYPE=Type
Declaration:
Delphi: |
TOnAuthFailed = procedure (aReply: THttpReply; aSession: TIWApplication) of object; |
C++: |
void (aReply: THttpReply; aSession: TIWApplication) ( TOnAuthFailed)(); |
Unit: IWServerControllerBase.pas
Description: This is type IWServerControllerBase.TOnAuthFailed.