FMX.Graphics.TFontColorForState.Owner

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Owner: TTextSettings read FOwner;

C++

__property TTextSettings* Owner = {read=FOwner};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFontColorForState

Description

Keeps a TTextSettings object that is the owner of the current TFontColorForState object.

The Owner property keeps the object of the TTextSettings type. This TTextSettings object can keep the TFontColorForState object in the FontColorForState property.

See Also