FMX.Forms.TFormSaveState

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTFormSaveState

Delphi

TFormSaveState = class

C++

class PASCALIMPLEMENTATION TFormSaveState : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms FMX.Forms

Description

Class used to save the state of a form.

The TFormSaveState class is used to save the state of a form so this state can be restored once the application is restarted.

See Also