From 510899de022ab3dc382fe9028ac0a0c73a9a1394 Mon Sep 17 00:00:00 2001 From: dsiders Date: Tue, 31 Aug 2021 01:29:11 +0100 Subject: [PATCH] Docs: LCL/grids. Adds missing topics, updates topic content. --- docs/xml/lcl/grids.xml | 45 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) diff --git a/docs/xml/lcl/grids.xml b/docs/xml/lcl/grids.xml index 30e3b1379e..4c6e3f0edd 100644 --- a/docs/xml/lcl/grids.xml +++ b/docs/xml/lcl/grids.xml @@ -619,9 +619,13 @@ - + + Not used in the current LCL implementation. + - Not used in the current implementation. +

+ Not used in the current LCL implementation. +

@@ -1750,8 +1754,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. @@ -1790,13 +1825,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.