TdxPSExplorerItem.DataLoadErrorText Method
Returns the text displayed within an error message box that is invoked when the loading of an item’s data fails.
Declaration
function DataLoadErrorText: string; virtual;
Returns
Type |
---|
string |
Remarks
If an item’s data (the corresponding file or data field value) is corrupted, attempting to load this data results in an error message box being displayed. The message box’s text is specified by the DataLoadErrorText method’s return value. Note that TdxPSExplorerItem descendants override the DataLoadErrorText method to return their particular error strings depending on the data storage type.
See Also