Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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 EndSelect procedure call should follow every BeginSelect procedure call, even if an exception occurs.

See Also