FMX.ListView.Types.TListItemSimpleControl.Pressed

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

Delphi

property Pressed: Boolean read FPressed;

C++

__property bool Pressed = {read=FPressed, nodefault};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.ListView.Types.pas
FMX.ListView.Types.hpp
FMX.ListView.Types TListItemSimpleControl


説明

ユーザーがコントロールを押したかどうかを示します。

このメソッドは、イベント MouseDownMouseUp の間、True となります。

関連項目