Serializes a binary value from the specified buffer.
Source position: laz_xmlstreaming.pas line 74
public procedure TXMLObjectWriter.WriteBinary( |
const Buffer; |
Count: LongInt |
); override; |
Buffer |
|
Untyped buffer with the binary value serialized in the method. |
Count |
|
Number of bytes in the untyped buffer. |
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.4 | Generated 2025-11-08 | Home |