Table of Contents

TTMSFNCDataGridDatabaseAdapter.BlobFieldToPicture Method

Decodes the binary content of AField (a BLOB field containing an image) and loads it into ABitmap.

API unit family: TMSFNCDataGridDatabaseAdapter Declaring type: TTMSFNCDataGridDatabaseAdapter Inherited from: TTMSFNCCustomDataGridDatabaseAdapter

Syntax

class procedure BlobFieldToPicture(AField: TBlobField; ABitmap: TTMSFNCBitmap);

Parameters

Name Description
AField Dataset field used by the operation.
ABitmap Bitmap object used by the operation.