TCustomdxPSExplorer.Refresh Method
In This Article
Updates the report explorer.
#Declaration
Delphi
procedure Refresh; virtual;
#Remarks
Call the Refresh method when you need to update the report explorer. The Refresh method re-reads the folders and item’s structures and reloads the active item, if possible. This may be needed for instance, if you use the file-based explorer and one of the report’s folders have been deleted.
See Also