FMX.Forms.TCommonCustomForm.SaveState
Delphi
property SaveState: TFormSaveState read GetSaveState;
C++
__property TFormSaveState* SaveState = {read=GetSaveState};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.Forms.pas FMX.Forms.hpp |
FMX.Forms | TCommonCustomForm |
Description
Specifies the save state of the FireMonkey form.
The SaveState property is an instance of the TFormSaveState class, used to save the state of a form so this state can be restored once the application is restarted.