[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TButtonCellEditor - the editor for button cells in a grid
Source position: grids.pas line 255
type TButtonCellEditor = class(TButton) end; |
||
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 |
procedure msg_GetGrid(); message; |
||
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 |
|
TButtonCellEditor - the editor for button cells in a grid |
|
| | ||
|
A push button control. |
|
| | ||
|
The base class for clickable buttons (TButton and TBitBtn). |
|
| | ||
|
The base class for various button controls. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |