TdxTreeCustomNode.BeginUpdate Method
In This Article
#Declaration
Delphi
procedure BeginUpdate;
#Remarks
Every time the node’s properties change, the node owner redraws its client area. Enclose multiple node changes between the BeginUpdate and EndUpdate procedure calls to improve performance and prevent the node owner from flickering.
Note
An End
See Also