TdxPDFDocument.Modified Property
In This Article
Identifies if the document has unsaved changes.
#Declaration
Delphi
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