FMX.ListBox.TCustomComboBox.CreateListBox

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

Delphi

function CreateListBox: TComboListBox; virtual;

C++

virtual TComboListBox* __fastcall CreateListBox();

プロパティ

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

説明

コンボ ボックスに関連付けられているリストボックスを作成します。

CreateListBox を呼び出すと、現在のコンボ ボックスのリストボックス コンポーネントをインスタンス化することができます。リストボックスは、TComboListBox 型です。

関連項目