FMX.TextLayout.TTextLayout.SetNeedUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetNeedUpdate;

C++

void __fastcall SetNeedUpdate();

Properties

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

Description

Setting internal flag that informs about changes in the layout properties and that the layout should be recalculated.

See Also