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

TcxDBDataController.EndLocate Method

In This Article

Enables data reloading suspended by the BeginLocate method.

#Declaration

Delphi
procedure EndLocate;

#Remarks

The BeginLocate and EndLocate methods work together. Use these methods to avoid data reloading by the data controller when moving the cursor within the dataset with the help of TDataSet methods (Locate, First and Last).

EndLocate enables default data reloading each time a change notification is received.

See the BeginLocate topic for more information.

See Also