The components
- Interface
- Versions
- And in the future..
- Legal issues
- FAQ
- Download
TGzip
- TCrc32
- TAdler32
- TUnTar
TAdler32
Properties
About |
guess what :-) |
Adler32FileName |
Name of the file from which to compute the Adler32 value. |
Progress |
Percentage of data that is already processed. |
ProgressStep |
Value from 0..100. A value of 11 generates an event when 11%, 22%,
33%, ... 99%, 100% of the data is processed. 0 disables this event and
100 only triggers the event when all the data is processed. |
WindowOnError |
If set, the component will show a message to the user. You can disable
this and inform (or not) the user the way you want. |
Functions
CalcAdler32 |
Returns the Adler32 value of the file denoted in Adler32FileName. |
CalcAdler32_hex |
Returns a string representing the hexadecimal Adler32 value of the
file denoted in Adler32FileName. |
Events
OnProgress |
After completion of ..% (see ProgressStep) this event will be triggered. |
|