FMX.Types.TCustomCaret.Displayed
Delphi
property Displayed: Boolean read FDisplayed;
C++
__property bool Displayed = {read=FDisplayed, nodefault};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | FMX.Types.pas FMX.Types.hpp |
FMX.Types | TCustomCaret |
Description
Determines whether the TCustomCaret object is shown or hidden.
When Displayed = True, the TCustomCaret object is shown, otherwise it is hidden.
Show sets Displayed = True and Hide sets Displayed = False.