ReadDword
Category: Files
Signature
ReadDword(fileHandle As Integer)
Returns
Integer
Description
Reads one 32-bit unsigned integer from the current file position and returns it as an Integer.
The file position advances by four bytes.
Example
value = ReadDword(fileHandle)