FMX.Types.TCustomCaret.Visible

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Visible: Boolean read FVisible write SetVisible;

C++

__property bool Visible = {read=FVisible, write=SetVisible, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TCustomCaret

Beschreibung

Gibt an, ob die TCustomCaret-Instanz angezeigt bzw. verborgen wird.

Siehe auch