TdxCustomTreeView.EndSelect Method
Applies all pending selection changes made after a BeginSelect call.
Declaration
procedure EndSelect;
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 EndSelect procedure call should follow every BeginSelect procedure call, even if an exception occurs.
See Also