| OnCellGainFocus Event |
Applies to
TIB_CustomGrid
Declaration
TIB_CustomGridCellEvent = Procedure(Sender: TObject; ACol, ARow: longint ) of object;
Description
This event is triggered as soon as a new cell is to gain the focus.
However, the exact position it will be bainted in is not known at this time.
Use the OnDrawFocusedCell in order to overlay a control on top of the focused
cell of the grid.