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

type TPickListCellEditor = class(TCustomComboBox)

protected

  procedure WndProc(); override;

  

  procedure KeyDown(); override;

  

  procedure DropDown; override;

  

  procedure CloseUp; override;

  

  procedure Select; override;

  

  procedure msg_GetValue(); message;

  

  procedure msg_SetGrid(); message;

  

  procedure msg_SetValue(); message;

  

  procedure msg_SetPos(); message;

public

  procedure EditingDone; override;

  

  property BorderStyle;

  

end;

Inheritance

TPickListCellEditor

  

TPickListCellEditor - the editor for a picklist cell in a grid

|

TCustomComboBox

  

TCustomComboBox - the base class from which TComboBox is derived

|

TWinControl

  

The base class for all windowed controls

|

TControl

  

TControl - the main ancestor class for visual controls.

|

TLCLComponent

?

TObject

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