Online Documentation for Advanced Localizer for RAD Studio VCL

EndUpdate method


Applies to

TQCustomLanguageSource component

 

Declaration

procedure EndUpdate;

 

Description

 

The EndUpdate method turns the isUpdating property to FALSE. This method can be used only along with the BeginUpdate method. All the changes you make after the BeginUpdate is invoked and before the EndUpdate do not affect the application.

 


See also:

IsUpdating property

BeginUpdate method