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

TCustomGrid.OnPickListSelect

Event handler signalled when an item is selected from a pick list-style Editor control.

Declaration

Source position: grids.pas line 1311

protected property TCustomGrid.OnPickListSelect : TNotifyEvent
  read FOnPickListSelect
  write FOnPickListSelect;

Description

OnPickListSelect is a TNotifyEvent property with the event handler signalled when a value is selected from a pick list-style Editor control. It is signalled (when assigned) from the PickListItemSelected method, and occurs after the editor applies the modified value to the cell.

OnPickListSelect can be used to perform actions needed when the cell value is changed as a result of the pick-list selection in the editor. An application must implement and assign an object procedure to the handler to respond to the event notification.

See also

TCustomGrid.PickListItemSelected

  

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

TPickListCellEditor.Select

  

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

TNotifyEvent


Version 3.2 Generated 2024-02-25 Home