Class IXpbBuilder

Unit

Declaration

type IXpbBuilder = class(IDisposable)

Description

This item has no description.

Hierarchy

Overview

Fields

Public nested const VERSION = 21;
Public nested const DPB = Cardinal(1);
Public nested const SPB_ATTACH = Cardinal(2);
Public nested const SPB_START = Cardinal(3);
Public nested const TPB = Cardinal(4);

Methods

Public procedure clear(status: IStatus);
Public procedure removeCurrent(status: IStatus);
Public procedure insertInt(status: IStatus; tag: Byte; value: Integer);
Public procedure insertBigInt(status: IStatus; tag: Byte; value: Int64);
Public procedure insertBytes(status: IStatus; tag: Byte; bytes: Pointer; length: Cardinal);
Public procedure insertString(status: IStatus; tag: Byte; str: PAnsiChar);
Public procedure insertTag(status: IStatus; tag: Byte);
Public function isEof(status: IStatus): Boolean;
Public procedure moveNext(status: IStatus);
Public procedure rewind(status: IStatus);
Public function findFirst(status: IStatus; tag: Byte): Boolean;
Public function findNext(status: IStatus): Boolean;
Public function getTag(status: IStatus): Byte;
Public function getLength(status: IStatus): Cardinal;
Public function getInt(status: IStatus): Integer;
Public function getBigInt(status: IStatus): Int64;
Public function getString(status: IStatus): PAnsiChar;
Public function getBytes(status: IStatus): BytePtr;
Public function getBufferLength(status: IStatus): Cardinal;
Public function getBuffer(status: IStatus): BytePtr;

Description

Fields

Public nested const VERSION = 21;

This item has no description.

Public nested const DPB = Cardinal(1);

This item has no description.

Public nested const SPB_ATTACH = Cardinal(2);

This item has no description.

Public nested const SPB_START = Cardinal(3);

This item has no description.

Public nested const TPB = Cardinal(4);

This item has no description.

Methods

Public procedure clear(status: IStatus);

This item has no description.

Public procedure removeCurrent(status: IStatus);

This item has no description.

Public procedure insertInt(status: IStatus; tag: Byte; value: Integer);

This item has no description.

Public procedure insertBigInt(status: IStatus; tag: Byte; value: Int64);

This item has no description.

Public procedure insertBytes(status: IStatus; tag: Byte; bytes: Pointer; length: Cardinal);

This item has no description.

Public procedure insertString(status: IStatus; tag: Byte; str: PAnsiChar);

This item has no description.

Public procedure insertTag(status: IStatus; tag: Byte);

This item has no description.

Public function isEof(status: IStatus): Boolean;

This item has no description.

Public procedure moveNext(status: IStatus);

This item has no description.

Public procedure rewind(status: IStatus);

This item has no description.

Public function findFirst(status: IStatus; tag: Byte): Boolean;

This item has no description.

Public function findNext(status: IStatus): Boolean;

This item has no description.

Public function getTag(status: IStatus): Byte;

This item has no description.

Public function getLength(status: IStatus): Cardinal;

This item has no description.

Public function getInt(status: IStatus): Integer;

This item has no description.

Public function getBigInt(status: IStatus): Int64;

This item has no description.

Public function getString(status: IStatus): PAnsiChar;

This item has no description.

Public function getBytes(status: IStatus): BytePtr;

This item has no description.

Public function getBufferLength(status: IStatus): Cardinal;

This item has no description.

Public function getBuffer(status: IStatus): BytePtr;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.