FMX.Forms.TFormSaveState.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(const AOwner: TCommonCustomForm);

C++

__fastcall TFormSaveState(TCommonCustomForm* const AOwner);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
FMX.Forms.pas
FMX.Forms.hpp
FMX.Forms TFormSaveState


Beschreibung

Erstellt eine Instanz von TFormSaveState.

Erstellt ein TFormSaveState-Objekt und setzt die Eigenschaft Owner auf das im Parameter AOwner bereitgestellte Formular.

See Also