FMX.Types.TCustomCaret.Displayed

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

Delphi

property Displayed: Boolean read FDisplayed;

C++

__property bool Displayed = {read=FDisplayed, nodefault};

プロパティ

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

説明

TCustomCaret オブジェクトが表示または非表示なのかを判別します。

Displayed= True の場合、TCustomCaret オブジェクトは表示され、そうでなければ非表示となります。

Show は、Displayed= True に設定し、Hide は、Displayed= False に設定します。

関連項目