[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: grids.pas line 189
type TGridMessage = record |
||
LclMsg: TLMessage; |
||
Grid: TCustomGrid; |
|
|
Col: Integer; |
|
|
Row: Integer; |
|
|
|
||
CellRect: TRect; |
|
|
Options: Integer; |
|
|
end; |