Skip to main content

TdxPSDBBasedExplorer.OnLoadError Event

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

Declaration

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