ChangeDeleted Property
Whether the file is deleted.
Syntax
__property bool ChangeDeleted[int ChangeIndex] = {read=FChangeDeleted, write=FSetChangeDeleted};
Default Value
false
Remarks
Whether the file is deleted.
This property indicates whether the file to which the change applies is deleted.
The size of the array is controlled by the ChangeCount property.
This property is not available at design time.
Data Type
Boolean