FMX.ListBox.TListBoxSelector.FMouseSelectActive

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

Delphi

FMouseSelectActive: Boolean;

C++

bool FMouseSelectActive;

プロパティ

種類 可視性 ソース ユニット
field class protected
FMX.ListBox.pas
FMX.ListBox.hpp
FMX.ListBox TListBoxSelector


説明

MouseSelectActive プロパティ用の proteced フィールドです。

FMouseSelectActive は、マウス操作がきっかけで選択処理が行われているときに True になります。

関連項目