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

TdxPSDBBasedExplorer.OnLoadError Event

In This Article

Fires in response to errors that occur when loading the folders and report items structure.

#Declaration

Delphi
property OnLoadError: TdxPSDBBasedExplorerLoadErrorEvent read; write;

#Remarks

When a data-aware explorer component has been loaded, it tries to load the folders and items structure using the bound dataset’s data. If the data supplied is incorrect or corrupted, the component raises the OnLoadError event. The event’s Sender parameter represents the explorer component whose attempt to load data has failed, the ADataSet parameter represents the dataset containing invalid data. This dataset matches either the Folders or Items dataset depending on whether data loading has failed when reading folders or report items.

See Also