TIWCallbackMethod

<< Click to Display Table of Contents >>

Navigation:  Types >

TIWCallbackMethod

SIGNATURE=IWControl.TIWCallbackMethod

 

ETYPE=Type

 

Declaration:

Delphi:

TIWCallbackMethod = procedure (AParams: TStringList) of object;

C++:

void (AParams: TStringList) ( TIWCallbackMethod)();

 

Unit: IWControl.pas

 

Description: This is type IWControl.TIWCallbackMethod.