FMX.TextLayout.TTextLayout.DoRenderLayout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoRenderLayout; virtual; abstract;

C++

virtual void __fastcall DoRenderLayout() = 0 ;

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Description

Executes the rendering process of the current TTextLayout.

Is internally used. To explicitly render a TTextLayout, use RenderLayout.

See Also