Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPDFFileAttachment.ModificationDate Property

Specifies the file attachment’s last modification timestamp.

#Declaration

Delphi
property ModificationDate: TDateTime read; write;

#Property Value

Type Description
TDateTime

A date/time value.

#Remarks

The Attachments page on the PDF Viewer control’s Navigation pane the ModificationDate property value in the file attachment’s hint:

VCL PDF Viewer: Attachment Hint Example

Note

The last modification timestamp is optional for a file attachment in a PDF document. The LoadFromFile and LoadFromStream procedures change the ModificationDate property value to the current time.

See Also