FMX.TextLayout.TTextLayout.BeginUpdate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure BeginUpdate;

C++

void __fastcall BeginUpdate(void);

Properties

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

Description

Counts the updating sessions.

The BeginUpdate and EndUpdate methods are used to restrict frequent updates.

See Also