[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'Laz_XMLStreaming' (#lazutils)

TXMLObjectWriter.WriteUInt64

Serializes an Int64 value using the XML format for the object writer.

Declaration

Source position: laz_xmlstreaming.pas line 83

public procedure TXMLObjectWriter.WriteUInt64(

  Value: QWord

); override;

Description

Included when USE_NEW_READER_WRITER has been defined in the LCL.