FMX.Forms.TFormSaveState.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TCommonCustomForm read FOwner;

C++

__property TCommonCustomForm* Owner = {read=FOwner};

Properties

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

Description

Indicates the form that owns the TFormSaveState object.

The Owner property holds the form owned by the TFormSaveState object, determined by a parameter passed to the Create constructor when the object is created.

See Also