Vcl.Grids.TInplaceEditList.ActiveList

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property ActiveList: TWinControl read FActiveList write FActiveList;

C++

__property Vcl::Controls::TWinControl* ActiveList = {read=FActiveList, write=FActiveList};

プロパティ

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

説明

内部の PickList プロパティを参照します。

ActiveList プロパティは、通常は内部の PickList プロパティを指す TWinControl クラスの参照です。 ActiveList は、さらに別の機能を提供する下位のインプレースエディタによって、異なるリストに設定される可能性があります。

関連項目