TIWOnLookupListItemNeeded

<< Click to Display Table of Contents >>

Navigation:  Types >

TIWOnLookupListItemNeeded

SIGNATURE=IWCompListbox.TIWOnLookupListItemNeeded

 

ETYPE=Type

 

Declaration:

Delphi:

TIWOnLookupListItemNeeded = procedure (Sender: TObject; const AValue: string) of object;

C++:

void (Sender: TObject; const AValue: string) ( TIWOnLookupListItemNeeded)();

 

Unit: IWCompListbox.pas

 

Description: This is type IWCompListbox.TIWOnLookupListItemNeeded.