Vcl.Grids.TOnGetPickListItems

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TOnGetPickListItems = procedure(ACol, ARow: Integer; Items: TStrings) of Object;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.Grids.pas
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