FMX.ListBox.TCustomListBox.FirstSelectedItem

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

Delphi

property FirstSelectedItem: TListBoxItem read GetFirstSelect;

C++

__property TListBoxItem* FirstSelectedItem = {read=GetFirstSelect};

プロパティ

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


説明

選択における最初の項目です。

項目が 1 つも選択されていない場合には、nil を返します。

関連項目