Vcl.Grids.TOnGetPickListItems

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Grids.hpp Vcl.Grids Vcl.Grids

Description

Type of events used for populating a pick list.

TOnGetPickListItems is the OnGetPickListitems event's type, used for populating a pick list.

See Also