FMX.MultiResBitmap.TFixedMultiResBitmap.EndUpdate

From RAD Studio API Documentation

Delphi

procedure EndUpdate; override;

C++

virtual void __fastcall EndUpdate(void);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.MultiresBitmap.pas
FMX.MultiResBitmap.hpp
FMX.MultiResBitmap TFixedMultiResBitmap

Description

Signals the end of an update operation. {{#multireplace:FMX.MultiResBitmap.TFixedMultiResBitmap.EndUpdate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Classes.TCollection.EndUpdate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Classes.TCollection.EndUpdate|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Signals the end of an update operation.

Call EndUpdate after completing an operation that was preceded by a call to the BeginUpdate method. Every call to BeginUpdate must be matched by a corresponding call to the EndUpdate method.

For example, use EndUpdate to re-enable screen repainting that was turned off with the BeginUpdate method for the components that involve TCollection.

See Also

Code Examples