FMX.Graphics.TTextSettings.Assign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Assign(Source: TPersistent); override;

C++

virtual void __fastcall Assign(System::Classes::TPersistent* Source);

Properties

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

Description

Copies the values of the styled text representation properties of the specified Source object to the current TTextSettings object.

Assign copies the styled text representation properties of the object specified by the Source parameter to the current TTextSettings object:

Assign calls then the EndUpdate method to execute the OnChanged event handler.
Assign calls then EndUpdate to execute the OnChanged event handler.

See Also