ImageEn, unit iexUserInteractions |
|
TIEPdfViewer.FormModified
Declaration
property FormModified: Boolean;
Description
Returns true if the user has modified the content of form fields since the document was loaded or saved.
Note:
◼Enable
AllowFormEditing to allow the user to edit forms
◼General changes to document will affect
DocModified
Default: False
| Demos\PDF\PDFFormFields\PdfViewerFF.dpr |
| Demos\PDF\PDFViewer\PdfViewer.dpr |
| Demos\Actions\Actions_PdfViewer\PdfViewerActions.dpr |
if ImageEnView1.PdfViewer.FormModified then
if MessageDlg( 'Save form changes?', mtConfirmation, [ mbYes,mbNo ], 0 ) = mrYes then
ImageEnView1.IO.SaveToFilePDF( ImageEnView1.IO.Params.Filename );
See Also
◼PageModified
◼DocModified
◼AllowFormEditing
◼FormFieldFocused
◼ContainsForm
◼FormFields