[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Source position: grids.pas line 218
type TGridMessage = record |
||
LclMsg: TLMessage; |
||
Grid: TCustomGrid; |
|
|
Col: Integer; |
|
|
Row: Integer; |
|
|
Value: string; |
|
|
CellRect: TRect; |
|
|
Options: Integer; |
|
|
end; |
lazarus-ccr.sourceforge.net |