FMX.Forms.TFormSaveState.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName write FName;

C++

__property System::UnicodeString Name = {read=FName, write=FName};

Properties

Type Visibility Source Unit Parent
property public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFormSaveState

Description

Specifies the name of the save state.

It is recommended to set the Name property to a desired entry name (or file name, if it is on disk) for both cases, transient state (if the StoragePath is left empty) and persistent state (if the StoragePath is not empty).

If the Name property is left empty (by default), the form will generate a unique name, appending a combination of the application name, class name, and form name.

See Also