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

TdxServerModeDataController.RefreshExternalData Method

In This Article

Forces the data controller to reload data from a target data source (a table or a query).

#Declaration

Delphi
procedure RefreshExternalData; override;

#Remarks

This method calls the Refresh method of the linked data source, preserving the focused record position, record bookmark, and the expanded state of data groups.

See Also