FMX.ListBox.TListBoxItem.ComboBox

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

Delphi

function ComboBox: TCustomComboBox;

C++

TCustomComboBox* __fastcall ComboBox();

プロパティ

種類 可視性 ソース ユニット
function protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxItem


説明

項目を含むコンボ ボックス オブジェクトを返します。

ComboBox は、項目の親であるコンボ ボックスを取得します。項目の親が TComboBox でなかった場合、このメソッドは nil を返します。

関連項目