FMX.Forms.TFormSaveState.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(const AOwner: TCommonCustomForm);

C++

__fastcall TFormSaveState(TCommonCustomForm* const AOwner);

Properties

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

Description

Creates an instance of TFormSaveState.

Constructs a TFormSaveState object and sets the Owner property to the Form provided in the AOwner parameter.

See Also