TOnDebugLog

<< Click to Display Table of Contents >>

Navigation:  Types >

TOnDebugLog

SIGNATURE=IWStandAloneServer.TOnDebugLog

 

ETYPE=Type

 

Declaration:

Delphi:

TOnDebugLog = procedure (ASender: TObject; ALog: String) of object;

C++:

void (ASender: TObject; ALog: String) ( TOnDebugLog)();

 

Unit: IWStandAloneServer.pas

 

Description: This is type IWStandAloneServer.TOnDebugLog.