TIWOnClickWithValue

<< Click to Display Table of Contents >>

Navigation:  Types >

TIWOnClickWithValue

SIGNATURE=IWControl.TIWOnClickWithValue

 

ETYPE=Type

 

Declaration:

Delphi:

TIWOnClickWithValue = procedure (ASender: TObject; const AValue: string) of object;

C++:

void (ASender: TObject; const AValue: string) ( TIWOnClickWithValue)();

 

Unit: IWControl.pas

 

Description: This is type IWControl.TIWOnClickWithValue.