TdxPSExplorerItemDataLoadErrorEvent Type
Declaration
TdxPSExplorerItemDataLoadErrorEvent = procedure(Sender: TCustomdxPSExplorer; AnItem: TdxPSExplorerItem; var AShowErrorMessage: Boolean; var AText: string) of object;
Parameters
| Name | Type |
|---|---|
| Sender | TCustomdxPSExplorer |
| AnItem | TdxPSExplorerItem |
| AShowErrorMessage | Boolean |
| AText | string |
See Also