FMX.ListBox.TCustomComboBox.Selected

提供:RAD Studio API Documentation

Delphi

property Selected: TListBoxItem read GetSelected;

C++

__property TListBoxItem* Selected = {read=GetSelected};

プロパティ

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

説明

コンボ ボックスで現在選択されている項目を取得します。

Selected は、コンボ ボックス内で選択されている項目を、TListBoxItem インスタンスとして返します。

関連項目