FMX.ListBox.TCustomListBox.GetFirstSelect

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

Delphi

function GetFirstSelect: TListBoxItem;

C++

TListBoxItem* __fastcall GetFirstSelect();

プロパティ

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


説明

FirstSelectedItem プロパティの取得メソッドです。

関連項目