Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TBinaryObjectWriter.WriteUInt64

Write an unsigned 64-bit integer.

Declaration

Source position: classesh.inc line 1719

public procedure TBinaryObjectWriter.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

TAbstractObjectWriter.WriteUInt64

  

Write an unsigned 64-bit integer.


Documentation generated on: Jul 24 2023