FMX.Types.TFmxObject.Stored

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Stored: Boolean read FStored write SetStored;

C++

__property bool Stored = {read=FStored, write=SetStored, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TFmxObject

Description

Specifies whether this object is stored in the .XFM file.

Set the Stored property to True to store the object in the .XFM file. Otherwise, set Stored to False.