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

TPickListCellEditor

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

TPickListCellEditor - the editor for a picklist cell in a grid

Declaration

Source position: grids.pas line 272

type TPickListCellEditor = class(TCustomComboBox) end;

protected

  procedure WndProc(); override;

  

The general message handler for this control.

  procedure KeyDown(); override;

  

Invokes the OnKeyDown handler.

  procedure DropDown; override;

  

Invokes the OnDropDown handler.

  procedure CloseUp; override;

  

Called whenever the list hides.

  procedure Select; override;

  

Invokes the OnSelect handler.

  procedure Change; override;

  procedure msg_GetValue(); message;

  

msg_GetValue - issues a message to find the value

  procedure msg_SetGrid(); message;

  

msg_SetGrid - issues a message to specify the grid

  procedure msg_SetValue(); message;

  

msg_SetValue - issues a message to specify the value

  procedure msg_SetPos(); message;

  

msg_SetPos - issues a message to specify the position

  procedure msg_GetGrid(); message;

public

  procedure EditingDone; override;

  

Invokes the OnEditingDone event handler.

  property BorderStyle: TBorderStyle;

  

Allows to show a border (line) around the control,

  property OnEditingDone: TNotifyEvent;

Inheritance

TPickListCellEditor

  

TPickListCellEditor - the editor for a picklist cell in a grid

|

TCustomComboBox

  

The base class for ComboBox components.

|

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.