RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDrawGrid.OnSelectCell Event

Occurs before a cell in the grid is selected.

Pascal
property OnSelectCell: TSelectCellEvent;
C++
__property TSelectCellEvent OnSelectCell;

Write an OnSelectCell event handler to specify whether any particular cell in the grid can be selected. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!