TIWCGJQDropDown.OnGetDropDownDataEx Property

The OnGetDropDownDataEx event takes place when DropDown gets data from a certain Term

Namespace: IWCGJQDropDown
published
 property OnGetDropDownDataEx;

Property Value

Type: Void

 

Important Note

Can be used only like sample usage. See example.

begin
  AData.Add('My Item 1');
  AData.Add('My Item 2');
  AData.Add('My Item 3');
end;