[Overview][Types][Classes][Procedures and functions][Index] |
Serializes a Variant value using the XML format for the object writer.
Source position: laz_xmlstreaming.pas line 91
public procedure TXMLObjectWriter.WriteVariant( |
const VarValue: Variant |
); override; |
VarValue |
|
Variant value serialized in the method. |
Supports the following variant types:
Raises an EWriteError exception if any other variant type is encountered in the method.
Included when USE_NEW_READER_WRITER has been defined in the LCL.
Raises an EWriteError exception if any other variant type is encountered in the method.
Version 4.0 | Generated 2025-05-03 | Home |