FMX.Forms.TFormSaveState.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TFormSaveState();

Properties

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

Description

Destroys an instance of TFormSaveState.

Destroys a TFormSaveState object and frees the Stream that contains the save state data.

See Also