FMX.ListBox.TListBoxItem.ListBox

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

Delphi

function ListBox: TCustomListBox;

C++

TCustomListBox* __fastcall ListBox();

プロパティ

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


説明

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

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

関連項目