TdxPDFDocument.Modified Property
Identifies if the document has unsaved changes.
Declaration
property Modified: Boolean read;
Property Value
Type | Description |
---|---|
Boolean |
|
Remarks
A SaveToFile or SaveToStream procedure call resets the Modified
property to False
if the procedure accepts True
as the AResetModified
optional parameter.
See Also