[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Write a variant to the stream
Source position: classesh.inc line 1362
public procedure TAbstractObjectWriter.WriteVariant( |
const Value: Variant |
); virtual; abstract; |
WriteVariant must be overridden by descendant classes to write a simple variant type to the stream. WriteVariant does not write arrays types or complex types.
|
Write a variant to the stream |