FMX.Controls.TTextControl.SetTextSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetTextSettings(const Value: TTextSettings); virtual;

C++

virtual void __fastcall SetTextSettings(Fmx::Graphics::TTextSettings* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Controls.pas
FMX.Controls.hpp
FMX.Controls TTextControl

Description

Copies the values of the styled text representation properties of the specified Value object to the current TTextControl object.

SetTextSettings calls

TTextSettings.Assign(Value);

See Also