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

TXMLObjectWriter.WriteBinary

Serializes a binary value from the specified buffer.

Declaration

Source position: laz_xmlstreaming.pas line 74

public procedure TXMLObjectWriter.WriteBinary(

  const Buffer;

  Count: LongInt

); override;

Arguments

Buffer

  

Untyped buffer with the binary value serialized in the method.

Count

  

Number of bytes in the untyped buffer.

Description

WriteBinary calls GetPropertyElement to create the DOM element used to serialize the property. The content in Buffer is converted to a String type and stored in the 'value' attribute for the DOM element.


Version 4.0 Generated 2025-05-03 Home