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

TCustomDrawGrid.OnSelectCell

Event handler signalled when a grid cell is selected.

Declaration

Source position: grids.pas line 1578

public property TCustomDrawGrid.OnSelectCell : TOnSelectCellEvent
  read FOnSelectCell
  write FOnSelectCell;

Description

OnSelectCell is a TOnSelectCellEvent property with the event handler signalled when a cell is selected in the grid control. OnSelectCell is signalled from the SelectCell method. It occurs when a change in the current cell selection has been or is about to be performed, or when a cell editor is selected for the grid control. The CanSelect argument allows the event handler to control whether the cell at ACol and ARow can be selected.

See also

TCustomDrawGrid.SelectCell

  

Determines whether the specified cell can be selected in the grid control.

TCustomGrid.CheckPosition

  

Determines if the cell can be selected, or finds a suitable position using auto-advance.

TCustomGrid.SelectEditor

  

Gets the cell editor for the current cell, and sets its PopupMenu.

TOnSelectCellEvent

  

Specifies the event handler signalled when a cell is selected in a grid control.


Version 3.2 Generated 2024-02-25 Home