The FileSize property determines the size of the file specified in the FileName property.
Remarks
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.