FMX.Graphics.TTextSettings.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.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TTextSettings

Description

The owner of the current TTextSettings object.

The Owner of the current TTextSettings object is specified in the Create constructor of the object.

See Also