TImageEnMView.ImageEditDate
Declaration
property ImageEditDate[Index: Integer]: TDateTime;
Description
Returns the last modification date for the file at index, Idx, which is read from the file system.
Result is 0 if this frame does not exist as a file on disk.
Example
// Get image editing date
dt := ImageEnMView1.ImageEditDate[idx];
See Also
◼ImageCreateDate