Pointer to the TBlobBuffer type.
Source position: bufdataset.pas line 40
type PBlobBuffer = ^TBlobBuffer; |
PBlobBuffer is a pointer to the TBlobBuffer type. PBlobBuffer is used to allocate and access the buffers for Blob fields (Memo or Graphic field types). PBlobBuffer is used in TBufBlobField, TBufBlobStream, and in TBufDataset methods which perform record buffer management.
|
Implements a Blob field for TBufDataset. |
|
|
Implements a Blob Stream for TBufDataset. |
|
|
Dataset connected to a database. |
|
|
Implements a database-aware buffered dataset. |