FMX.Types.TCustomCaret.Displayed
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 に設定します。