[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TStringCellEditor - the default editor for TStringGrid
Source position: grids.pas line 231
type TStringCellEditor = class(TCustomMaskEdit) end; |
||
protected |
||
procedure WndProc(); override; |
|
The general message handler for this control. |
procedure Change; override; |
||
procedure KeyDown(); override; |
|
Invokes the OnKeyDown handler. |
procedure msg_SetMask(); message; |
|
msg_SetMask - issues message for specifying mask |
procedure msg_SetValue(); message; |
|
msg_SetValue - issue message for specifying value |
procedure msg_GetValue(); message; |
|
msg_GetValue - issues message for obtaining value |
procedure msg_SetGrid(); message; |
|
msg_SetGrid - issues message for specifying grid |
procedure msg_SelectAll(); message; |
|
msg_SelectAll - issues message for Selecting All |
procedure msg_SetPos(); message; |
|
msg_SetPos - issues message for specifying position |
procedure msg_GetGrid(); message; |
||
public |
||
constructor Create(); override; |
||
procedure EditingDone; override; |
|
Invokes the OnEditingDone event handler. |
property EditText: string; |
||
property OnEditingDone: TNotifyEvent; |
||
|
TStringCellEditor - the default editor for TStringGrid |
|
| | ||
|
TCustomMaskEdit - base class for TMaskEdit, an Edit box with characters masked out to avoid unauthorised reading |
|
| | ||
|
The base class for controls presenting editable text. |
|
| | ||
|
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 |