Unit 'Classes' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TWriter.WriteVariant

Write a variant to the stream.

Declaration

Source position: classesh.inc line 1802

public procedure TWriter.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

TBinaryObjectWriter.WriteVariant

  

Write a variant to the stream.

TReader.ReadVariant

  

Read a variant from the stream.


Documentation generated on: Jul 24 2023