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

TPickListCellEditor.Select

Applies a value selected from the pick list to the grid and signals its OnPickListSelect event handler.

Declaration

Source position: grids.pas line 286

protected procedure TPickListCellEditor.Select; override;

Description

Select is an overridden method in TPickListCellEditor used to apply the value selected from the drop-down list in the editor to a cell in the grid.

When the associated grid for the cell editor has been assigned, its EditorTextChanged method is called to apply the Text in the editor to the cell. The PickListItemSelected in the grid control is called to signal the OnPickListSelect event handler (when assigned).

Select calls the inherited method prior to exit to signal the OnSelect event handler in the ancestor control (TCustomComboBox).

See also

TCustomGrid.EditorTextChanged

  

Updates the grid control when the value in a cell Editor is changed.

TCustomGrid.PickListItemSelected

  

Signals the OnPickListSelect event handler when a selection is made in a picklist.

TCustomComboBox.Text

  

The value in the edit box for the control.

TCustomComboBox.Select

  

Signals the OnSelect event handler when ItemIndex is changed.

TCustomComboBox.OnSelect

  

Handler invoked when an item is selected.


Version 4.0 Generated 2025-05-03 Home