FMX.ListBox.TCustomComboBox.ListBox

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

Delphi

property ListBox: TComboListBox read FListBox;

C++

__property TComboListBox* ListBox = {read=FListBox};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TCustomComboBox

説明

コンボ ボックスのドロップダウン リスト コンポーネントを取得します。

返されるオブジェクトは、TComboListBox です。

関連項目