Vcl.Grids.TInplaceEditList.PickList

提供:RAD Studio API Documentation

Delphi

property PickList: TCustomListbox read GetPickList;

C++

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

プロパティ

種類 可視性 ソース ユニット
property public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TInplaceEditList

説明

内部の選択リストを参照します。

PickList プロパティは、通常は内部の選択リストを指す TCustomListBox 参照です。

関連項目