FMX.Layouts.TFlowLayoutBreak.VisibleStored

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function VisibleStored: Boolean; override;

C++

virtual bool __fastcall VisibleStored();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayoutBreak

Beschreibung

Gibt True zurück, wenn die Eigenschaft Visible in der FMX-Datei gespeichert werden muss.

FMX.Layouts.TFlowLayoutBreak.VisibleStored erbt von FMX.Controls.TControl.VisibleStored. Der folgende Inhalt bezieht sich auf FMX.Controls.TControl.VisibleStored.

Gibt True zurück, wenn die Eigenschaft Visible in der FMX-Datei gespeichert werden muss.

Siehe auch