TTMSFNCUtils.SaveBitmapToHexStr Method
Encodes the current bitmap content as a hexadecimal string.
API unit family: TMSFNCUtils
Declaring type: TTMSFNCUtils
Syntax
class function SaveBitmapToHexStr(const ABitmap: TTMSFNCBitmapHelperClass): string;
Parameters
| Name | Description |
|---|---|
ABitmap |
Bitmap to encode. |
Returns
Hexadecimal representation of the bitmap stream, or an empty string when the bitmap has no content.