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

TCompositeCellEditor

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

TCompositeCellEditor - a general purpose editor for cells in a grid

Declaration

Source position: grids.pas line 302

type TCompositeCellEditor = class(TWinControl) end;

protected

  function DoUTF8KeyPress(); override;

  procedure msg_GetValue(); message;

  

msg_GetValue - issues a message to find the value

  procedure msg_SetGrid(); message;

  

msg_SetGrid - issues message for specifying grid

  procedure msg_SetValue(); message;

  

msg_SetValue - issues a message to specify the value

  procedure msg_SetBounds(); message;

  

msg_SetBounds - issues message for specifying bounds

  procedure msg_SetMask(); message;

  

msg_SetMask - issues message for specifying mask

  procedure msg_SelectAll(); message;

  

msg_SelectAll - issues message for Selecting All

  procedure CMControlChange(); message;

  

CMControlChange - issues Control Message for a change in a control

  procedure msg_SetPos(); message;

  

msg_SetPos - issues a message to specify the position

  procedure msg_GetGrid(); message;

  function GetActiveControl;

  procedure VisibleChanging; override;

  

Notifies all OnVisibleChanging handlers.

  function SendChar();

  

SendChar - transmits the specified character and returns an integer status result

  procedure WndProc(); override;

  

The general message handler for this control.

public

  destructor Destroy; override;

  procedure AddEditor();

  

AddEditor - adds the specified Editor with the given alignment and specified ActiveControl propery

  procedure SetFocus; override;

  function Focused; override;

  property MaxLength: Integer; [rw]

  property ActiveControl: TWinControl; [r]

Inheritance

TCompositeCellEditor

  

TCompositeCellEditor - a general purpose editor for cells in a grid

|

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.