Borland C ++ Builder FAQ
The content The last update: 12/12/2008

How to forbid update of a contained window?

The author: KAV
The initial link: - - -

LockWindowUpdate (Form1-> Handle); //it is forbidden to update the form  
...
LockWindowUpdate (NULL); //the prohibition is removed