Online Documentation for Advanced Localizer for RAD Studio VCL

BeginUpdate method


Applies to

TQCustomLanguageSource component

 

Declaration

procedure BeginUpdate;

 

Description

 

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

 


See also:

IsUpdating property

EndUpdate method