[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 203
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 |
||
|
Col - the column in which the edited cell resides |
|
|
Row - the row in which the edited cell resides |
|
end; |
|
TButtonCellEditor - the editor for button cells in a grid |
|
| | ||
| | ||
|
TCustomButton - the base class for TButton and TBitBtn |
|
| | ||
|
TButtonControl : ancestor class for several Button (including Radio Button) and Check Box classes |
|
| | ||
| | ||
| | ||
|
TLCLComponent - base class for LCL components |
|
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |