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

TButtonCellEditor

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

TButtonCellEditor - the editor for button cells in a grid

Declaration

Source position: grids.pas line 255

type TButtonCellEditor = class(TButton) end;

protected

  procedure msg_SetGrid(); message;

  

msg_SetGrid - issues message for specifying grid

  procedure msg_SetBounds(); message;

  

msg_SetBounds - issues message for specifying bounds

  procedure msg_SetPos(); message;

  

msg_SetPos - issues message for specifying position

  procedure msg_Ready(); message;

  

msg_Ready - issues message when ready

  procedure msg_GetGrid(); message;

public

  property Col: Integer; [r]

  

Col - the column in which the edited cell resides

  property Row: Integer; [r]

  

Row - the row in which the edited cell resides

Inheritance

TButtonCellEditor

  

TButtonCellEditor - the editor for button cells in a grid

|

TButton

  

A push button control.

|

TCustomButton

  

The base class for clickable buttons (TButton and TBitBtn).

|

TButtonControl

  

The base class for various button controls.

|

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.