TAbstractObjectWriter.WriteUInt64
Write an unsigned 64-bit integer
Declaration
Source position: classesh.inc line 1630
public 
  procedure WriteUInt64(Value: QWord);  Virtual;  Abstract;
Description
WriteUInt64 must be overridden by descendant classes to write a 64-bit unsigned Value (valuetype vaQWord) to the stream.
Errors
None.
See also
| Name | Description | 
|---|---|
| TBinaryObjectWriter.WriteUInt64 | Write an unsigned 64-bit integer |