TTMSFNCDataBinder.BitmapToBlobField Method
Saves the specified bitmap into a BLOB field.
API unit family: TMSFNCDataBinding
Declaring type: TTMSFNCDataBinder
Syntax
class procedure BitmapToBlobField(AField: TField; ABitmap: TTMSFNCBitmap);
Parameters
| Name | Description |
|---|---|
AField |
BLOB field that receives the encoded bitmap data. |
ABitmap |
Bitmap whose image data is written to the field. |