diff --git a/docs/xml/lcl/grids.xml b/docs/xml/lcl/grids.xml index 3fddde819f..62dcd246f7 100644 --- a/docs/xml/lcl/grids.xml +++ b/docs/xml/lcl/grids.xml @@ -595,9 +595,13 @@ - + + Not used in the current LCL implementation. + - Not used in the current implementation. +

+ Not used in the current LCL implementation. +

@@ -1726,8 +1730,39 @@ Grid drawing state for the cell in the event notification. + + + Specifies an event handler signalled to get the user-supplied bitmap for a check box cell. + + +

+ TUserCheckBoxBitmapEvent is the type used for the OnUserCheckboxBitmap property in TCustomGrid. +

+
+ + + +
+ + Object (TCustomGrid) for the event notification. + + + Column number for the cell with the check box. + + + Row number for the cell with the check box. + + + Checked state for the check box. + + + Bitmap image with the state needed for the check box cell. + + - Specifies the event handler used to get the image drawn for a Checkbox column. + + Specifies the event handler used to get the image drawn for a Checkbox column. +

TUserCheckBoxImageEvent specifies an event handler signalled to get the image drawn for a grid cell which displays a Checkbox. @@ -1766,13 +1801,13 @@ Row number for the cell. - State for the Checkbox. + State for the check box. Image list with unchecked and checked images. - Position of the image to use in ImageList. + Position of the image in ImageList to use for the check box cell.