FMX.Layouts.TFlowLayoutBreak.VisibleStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VisibleStored: Boolean; override;

C++

virtual bool __fastcall VisibleStored();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Layouts.pas
FMX.Layouts.hpp
FMX.Layouts TFlowLayoutBreak

Description

Returns True when the Visible property needs to be stored in the fmx-file.

FMX.Layouts.TFlowLayoutBreak.VisibleStored inherits from FMX.Controls.TControl.VisibleStored. All content below this line refers to FMX.Controls.TControl.VisibleStored.

Returns True when the Visible property needs to be stored in the fmx-file.

See Also