TdxCustomTreeView.BeginSelect Method
In This Article
Postpones Tree View node selections until an EndSelect call.
#Declaration
Delphi
procedure BeginSelect;
#Remarks
Every time a node selection changes, the Tree View control redraws all selected nodes. Enclose multiple selection changes between the BeginSelect and EndSelect procedure calls to avoid excessive redraw operations.
Note
An End
See Also