System.Classes.TWriter.WriteBinary

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure WriteBinary(WriteData: TStreamProc);

C++

void __fastcall WriteBinary(TStreamProc WriteData);

Properties

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

Description

Writes the binary data passed in WriteData to the writer object's stream.

WriteBinary is used internally by the component streaming system to write component properties to a stream.

See Also