Vcl.Grids.TOnGetPickListItems

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

C++

typedef void __fastcall (__closure *TOnGetPickListItems)(int ACol, int ARow, System::Classes::TStrings* Items);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
typedef public Vcl.Grids.hpp Vcl.Grids Vcl.Grids

Beschreibung

Typ für Ereignisse zum Auffüllen einer Auswahlliste.

TOnGetPickListItems ist der Typ des Ereignisses OnGetPickListitems, der zum Füllen einer Auswahlliste verwendet wird.

Siehe auch