JCL Help:TJclPeFileProperties

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Record which contains some common attributes of an image file.


Pascal

 public TJclPeFileProperties = record
Size: DWORD;
CreationTime: TDateTime;
LastAccessTime: TDateTime;
LastWriteTime: TDateTime;
Attributes: Integer;
end;


Members

Members Description
Size: DWORD; Size, in bytes, of the image file.
CreationTime: TDateTime; Date when the image file was created.
LastAccessTime: TDateTime; Date when the image file was last accessed.
LastWriteTime: TDateTime; Date when the image file was last written to.
Attributes: Integer; Attributes of the image file.


Description

Record which contains some common attributes of an image file.


About

Unit

JclPeImage


Navigation

Donator

Petr Vones


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page