[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TPickListCellEditor - the editor for a picklist cell in a grid
Source position: grids.pas line 272
type TPickListCellEditor = class(TCustomComboBox) end; |
||
protected |
||
procedure WndProc(); override; |
|
The general message handler for this control. |
procedure KeyDown(); override; |
|
Invokes the OnKeyDown handler. |
procedure DropDown; override; |
|
Invokes the OnDropDown handler. |
procedure CloseUp; override; |
|
Called whenever the list hides. |
procedure Select; override; |
|
Invokes the OnSelect handler. |
procedure Change; override; |
||
procedure msg_GetValue(); message; |
|
msg_GetValue - issues a message to find the value |
procedure msg_SetGrid(); message; |
|
msg_SetGrid - issues a message to specify the grid |
procedure msg_SetValue(); message; |
|
msg_SetValue - issues a message to specify the value |
procedure msg_SetPos(); message; |
|
msg_SetPos - issues a message to specify the position |
procedure msg_GetGrid(); message; |
||
public |
||
procedure EditingDone; override; |
|
Invokes the OnEditingDone event handler. |
property BorderStyle: TBorderStyle; |
|
Allows to show a border (line) around the control, |
property OnEditingDone: TNotifyEvent; |
||
|
TPickListCellEditor - the editor for a picklist cell in a grid |
|
| | ||
|
The base class for ComboBox components. |
|
| | ||
|
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 |