Class tbufstreamwriter

Unit

Declaration

type tbufstreamwriter = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Methods

Public constructor create(const aowner: tmsebufdataset; const astream: tstream);
Public destructor destroy; override;
Public procedure write(const buffer; length: integer);
Public procedure writefielddata(const data: precheaderty; const aindex: integer);
Public procedure writestring(const avalue: string);
Public procedure writemsestring(const avalue: msestring);
Public procedure writeinteger(const avalue: integer);
Public procedure writepointer(const avalue: pointer);
Public procedure writevariant(const avalue: variant);
Public procedure writefielddef(const afielddef: tfielddef);
Public procedure writelogbufferheader(const aheader: logbufferheaderty);
Public procedure writeendmarker;

Description

Methods

Public constructor create(const aowner: tmsebufdataset; const astream: tstream);

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure write(const buffer; length: integer);

This item has no description.

Public procedure writefielddata(const data: precheaderty; const aindex: integer);

This item has no description.

Public procedure writestring(const avalue: string);

This item has no description.

Public procedure writemsestring(const avalue: msestring);

This item has no description.

Public procedure writeinteger(const avalue: integer);

This item has no description.

Public procedure writepointer(const avalue: pointer);

This item has no description.

Public procedure writevariant(const avalue: variant);

This item has no description.

Public procedure writefielddef(const afielddef: tfielddef);

This item has no description.

Public procedure writelogbufferheader(const aheader: logbufferheaderty);

This item has no description.

Public procedure writeendmarker;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.