[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Applies a value selected from the pick list to the grid and signals its OnPickListSelect event handler.
Source position: grids.pas line 286
protected procedure TPickListCellEditor.Select; override; |
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).
|
Updates the grid control when the value in a cell Editor is changed. |
|
|
Signals the OnPickListSelect event handler when a selection is made in a picklist. |
|
|
The value in the edit box for the control. |
|
|
Signals the OnSelect event handler when ItemIndex is changed. |
|
|
Handler invoked when an item is selected. |
Version 4.0 | Generated 2025-05-03 | Home |