TImageEnMView.ImageCreateDate
Declaration
property ImageCreateDate[idx: Integer]: TDateTime;
Description
Returns the creation date for the file at index, idx. If the file is a JPEG then this will be read from the EXIF data for greater accuracy. Otherwise it is read from the file system.
Result is 0 if this frame does not exist as a file on disk and has no exif data.
See also:
ImageEditDate.