FMX.Controls.TTextSettingsInfo.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TPersistent read FOwner;

C++

__property System::Classes::TPersistent* Owner = {read=FOwner};

Properties

Type Visibility Source Unit Parent
property public
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextSettingsInfo

Description

Stores the component that owns this TTextSettingsInfo object.

Create initializes Owner with the specified AOwner parameter.

See Also