[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 219

type TPickListCellEditor = class(TCustomComboBox)

protected

  procedure WndProc(); override;

  

WndProc - message handler for the procedure of this window

  procedure KeyDown(); override;

  

KeyDown - emulate the action of pressing the specified key (makes OnKeyDown respond)

  procedure DropDown; override;

  

DropDown - software emulation of OnDropDown event

  procedure CloseUp; override;

  

CloseUp - software emulation of OnCloseUp event

  procedure Select; override;

  

Select - software emulation of OnSelect event

  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

public

  procedure EditingDone; override;

  

EditingDone - what to do when you have finished editing; calls the OnEditingDone event handler if assigned

  property BorderStyle;

  

BorderStyle - none, or single

end;

Inheritance

TPickListCellEditor

  

TPickListCellEditor - the editor for a picklist cell in a grid

|

TCustomComboBox

  

TCustomComboBox - the base class from which TComboBox is derived

|

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.