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

type TCompositeCellEditor = class(TWinControl)

protected

  function DoUTF8KeyPress(); override;

  

DoUTF8KeyPress - issues a LCL message and returns True if there has been a UTF8 key press

  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 VisibleChanging; override;

  

VisibleChanging - method to use when the Visible property is changing

  function SendChar();

  

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

  procedure WndProc(); override;

  

WndProc - message handler for the procedure of this window

public

  destructor Destroy; override;

  procedure AddEditor();

  

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

  procedure SetFocus; override;

end;

Inheritance

TCompositeCellEditor

  

TCompositeCellEditor - a general purpose editor for cells in a grid

|

TWinControl

|

TControl

|

TLCLComponent

  

TLCLComponent - base class for LCL components

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

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