SetWatermark - cCJGrid
Sets a watermark bitmap to be shown in the grid control background using a bitmap from file or resource
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| sImage | String | The resource image name or the image filename. |
| iTransparency | Integer | Level of transparency. Values can be 0-255 with 0 being totally transparent and 255 being totally visible. |
Syntax
Procedure SetWatermark String sImage Integer iTransparency
Call Example
Send SetWatermark sImage iTransparency
Description
Sets a watermark bitmap to be shown in the grid control background using a bitmap from file or resource.