TBinaryObjectWriter.WriteUInt64
Write an unsigned 64-bit integer
Declaration
Source position: classesh.inc line 1680
public 
  procedure WriteUInt64(Value: QWord);  Override;
Description
WriteUInt64 is overridden by TBinaryObjectWriter to write an unsigned 64-bit integer (QWord) to the stream. It tries to use the smallest possible storage for the value that is passed. (largest valuetype will be vaQWord).
See also
| Name | Description | 
|---|---|
| TAbstractObjectWriter.WriteUInt64 | Write an unsigned 64-bit integer |