filetail FileSize property
Return to Introduction  Previous page  Next page
Applies to
dcFileTail and dcFileInfo components.  

Declaration
property FileSize: Int64; // Read only!  

Description
The FileSize property determines the size of the file specified in the FileName property.  

Remarks
iiinfo Because the Delphi 3 and C++ Builder 3 does not supports the Int64 type, the FileSize for these Delphi/BCB versions uses the "Extended" (float) type. Int64 are used in the Delphi4 and higher.  

See also
FileName property.  
File not found.