FMX.Graphics.TTextSettings.GetOwner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetOwner: TPersistent; override;

C++

DYNAMIC System::Classes::TPersistent* __fastcall GetOwner();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TTextSettings

Description

Returns 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