[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Grids' (#lcl)

TStringCellEditor

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

TStringCellEditor - the default editor for TStringGrid

Declaration

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;

Inheritance

TStringCellEditor

  

TStringCellEditor - the default editor for TStringGrid

|

TCustomMaskEdit

  

TCustomMaskEdit - base class for TMaskEdit, an Edit box with characters masked out to avoid unauthorised reading

|

TCustomEdit

  

The base class for controls presenting editable text.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.