Vcl.DBGrids.TColumn.PickList

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property  PickList: TStrings read GetPickList write SetPickList;

C++

__property System::Classes::TStrings* PickList = {read=GetPickList, write=SetPickList};

Properties

Type Visibility Source Unit Parent
property published
Vcl.DbGrids.pas
Vcl.DBGrids.hpp
Vcl.DBGrids TColumn

Description

Lists values that the user can select for the column.

The PickList property points to a TStrings object. If ButtonStyle is cbsAuto, these strings appear in the drop-down list associated with the column.

See Also