[Overview][Constants][Types][Classes][Procedures and functions][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 188

type TStringCellEditor = class(TCustomMaskEdit)

protected

  procedure WndProc(); override;

  

  procedure Change; override;

  

  procedure KeyDown(); override;

  

  procedure msg_SetMask(); message;

  

  procedure msg_SetValue(); message;

  

  procedure msg_GetValue(); message;

  

  procedure msg_SetGrid(); message;

  

  procedure msg_SelectAll(); message;

  

  procedure msg_SetPos(); message;

public

  procedure EditingDone; override;

  

end;

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

?

TObject

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