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

TXMLObjectWriter.WriteVariant

Serializes a Variant value using the XML format for the object writer.

Declaration

Source position: laz_xmlstreaming.pas line 85

public procedure TXMLObjectWriter.WriteVariant(

  const VarValue: Variant

); override;

Description

Included when USE_NEW_READER_WRITER has been defined in the LCL.