Vcl.Grids.TInplaceEditList.PickList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PickList: TCustomListbox read GetPickList;

C++

__property Vcl::Stdctrls::TCustomListBox* PickList = {read=GetPickList};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

Description

References the internal pick list.

The PickList property is a TCustomListBox reference that typically points to the internal pick list.

See Also