Unit 'Grids' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TButtonCellEditor

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

Declaration

Source position: grids.pas line 260

type TButtonCellEditor = class(TButton)

protected

  procedure msg_SetGrid(); message;

  

  procedure msg_SetBounds(); message;

  

  procedure msg_SetPos(); message;

  

  procedure msg_Ready(); message;

  

  procedure msg_GetGrid(); message;

  

public

  property Col: Integer; [r]

  

  property Row: Integer; [r]

  

end;

Inheritance

TButtonCellEditor

  

|

TButton

  

Implements a push button control.

|

TCustomButton

  

The base class for a push button control.

|

TButtonControl

  

Specifies a base class for button controls.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio