TBaseVirtualTree.BeginSynch Method

Virtual Tree View

Enters the tree into a special synchronized mode.

Pascal
procedure BeginSynch;
Description

Similar to BeginUpdate does BeginSynch provide a mechanism to bring certain events into a common line. That means, whenever you need to make sure change events are called before a modification in the tree is finished (e.g. when changing the focus or selection) then use the synchronous mode started with BeginSynch (and stopped with EndSynch).

Class
Links
What do you think about this topic? Send feedback!