ChangeDeleted Property
Whether the file is deleted.
Syntax
int GetChangeDeleted(int iChangeIndex);
int SetChangeDeleted(int iChangeIndex, int bChangeDeleted);
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