[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: grids.pas line 380
type TCellProcessEvent = procedure( |
Sender: TObject; |
aCol: Integer; |
aRow: Integer; |
processType: TCellProcessType; |
var aValue: string |
) of object; |
lazarus-ccr.sourceforge.net |