Skip to main content

TdxPSExplorerItem.HasInvalidData Property

Indicates if the item has invalid data.

Declaration

property HasInvalidData: Boolean read; write;

Property Value

Type
Boolean

Remarks

If an item’s data (the associated file or data field value) has been corrupted, the item’s report cannot be displayed. Trying to load the item’s data using either the item’s Load method or the explorer’s LoadItemData method will set the item’s HasInvalidData property to True. Note that this also invokes an error message box whose text is specified by the item’s DataLoadErrorText method.

See Also