filecrc CRC property
Return to Introduction  Previous page  Next page
Applies to
dcFileCRC component.  

Declaration
property CRC: DWord; // Read-only !  

Description
The CRC is the read-only property which show the result of cyclic redundency check (CRC) for the file specified by FileName property.  
 
To get the CRC - specify the FileName and the CRC Method.  
 
tip Use the IntToHex function from the SysUtils unit to convert the result to hexadecimal value.  
File not found.