[Overview][Types][Classes][Procedures and functions][Index] |
TDrawColumnCellEvent - generic event handler method for drawing a cell in a specified column in a DataBase Grid
Source position: dbgrids.pas line 94
type TDrawColumnCellEvent = procedure( |
Sender: TObject; |
const Rect: TRect; |
DataCol: Integer; |
Column: TColumn; |
State: TGridDrawState |
) of object; |
lazarus-ccr.sourceforge.net |