FMX.Objects.TText.DoRealign

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoRealign; override;

C++

virtual void __fastcall DoRealign();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TText

Description

Computes the new size of the TText control and re-renders it with the new dimensions.

See Also