System.Classes.TWriter.WriteValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteValue(Value: TValueType);

C++

void __fastcall WriteValue(TValueType Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Classes.pas
System.Classes.hpp
System.Classes TWriter

Description

Writes the passed Value value-type indicator to the writer object's stream.

WriteValue is used internally by the component streaming system to write value-type indicators of component properties to the writer object's stream.

WriteValue advances the current position after the written value-type indicator.

See Also