[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TButtonCellEditor - the editor for button cells in a grid
Source position: grids.pas line 202
type TButtonCellEditor = class(TButton) |
||
protected |
||
procedure msg_SetGrid(); message; |
|
msg_SetGrid - issues message for specifying grid |
procedure msg_SetBounds(); message; |
|
msg_SetBounds - issues message for specifying bounds |
procedure msg_SetPos(); message; |
|
msg_SetPos - issues message for specifying position |
procedure msg_Ready(); message; |
|
msg_Ready - issues message when ready |
public |
||
property Col: Integer; [r] |
|
Col - the column in which the edited cell resides |
property Row: Integer; [r] |
|
Row - the row in which the edited cell resides |
end; |
|
TButtonCellEditor - the editor for button cells in a grid |
|
| | ||
TButton |
||
? | ||
TObject |