FMX.Controls.TControl.VisibleStored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VisibleStored: Boolean; virtual;

C++

virtual bool __fastcall VisibleStored(void);

Properties

Type Visibility Source Unit Parent
function protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TControl

Description

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

See Also