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

TdxSpreadSheetOptionsMetadata.LastModified Property

Specifies the timestamp of the most recent document content modification.

#Declaration

Delphi
property LastModified: TDateTime index 1 read; write;

#Property Value

Type
TDateTime

#Remarks

A spreadsheet control updates the LastModifiedBy and LastModified properties with the display name of the active Windows account and the current system UTC time every time a change occurs in the document. You can call the UpdateLastModificationData procedure to update the document modification metadata at any moment.

The LastModified property’s default value is 0.

See Also