TTMSFNCCustomDataGridDatabaseAdapter.BlobFieldToPicture Method
Decodes the binary content of
AField(a BLOB field containing an image) and loads it intoABitmap.
API unit family: TMSFNCDataGridDatabaseAdapter
Declaring type: 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. |