TcxDBDataController.EndLocate Method
Enables data reloading suspended by the BeginLocate method.
Declaration
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