[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Specifies an event handler signalled to get the user-specified state value for a check box column in the grid control.
Source position: dbgrids.pas line 126
type TDbGridCheckboxStateEvent = procedure( |
Sender: TObject; |
Column: TColumn; |
var AState: TCheckBoxState |
) of object; |
lazarus-ccr.sourceforge.net |