Class TDbfBlobStream

Unit

Declaration

type TDbfBlobStream = class(TMemoryStream)

Description

This item has no description.

Hierarchy

Overview

Methods

Public constructor Create(FieldVal: TField);
Public destructor Destroy; override;
Public function AddReference: TDbfBlobStream;
Public procedure FreeInstance; override;
Public procedure Cancel;
Public procedure Commit;

Properties

Public property Dirty: boolean read FDirty;
Public property Transliterate: Boolean read GetTransliterate;
Public property MemoRecNo: Integer read FMemoRecNo write FMemoRecNo;
Public property ReadSize: Integer read FReadSize write FReadSize;
Public property Mode: TBlobStreamMode write SetMode;
Public property BlobField: TBlobField read FBlobField;

Description

Methods

Public constructor Create(FieldVal: TField);

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function AddReference: TDbfBlobStream;

This item has no description.

Public procedure FreeInstance; override;

This item has no description.

Public procedure Cancel;

This item has no description.

Public procedure Commit;

This item has no description.

Properties

Public property Dirty: boolean read FDirty;

This item has no description.

Public property Transliterate: Boolean read GetTransliterate;

This item has no description.

Public property MemoRecNo: Integer read FMemoRecNo write FMemoRecNo;

This item has no description.

Public property ReadSize: Integer read FReadSize write FReadSize;

This item has no description.

Public property Mode: TBlobStreamMode write SetMode;

This item has no description.

Public property BlobField: TBlobField read FBlobField;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.