TWriter.WriteVariant

Write a variant to the stream

Declaration

Source position: classesh.inc line 1761

public 
  procedure WriteVariant(const VarValue: Variant);

Description

WriteVariant writes Value, a simple variant, o the stream. It simply passes the string on to the WriteVariant method of the writer driver class.

See also

Name Description
TBinaryObjectWriter.WriteVariant Write a variant to the stream
TReader.ReadVariant Read a variant from the stream