Vcl.Grids.TOnGetPickListItems

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Grids.pas
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