FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelGrid.OnSelectCell Event

Occurs when the user selects a cell.

Pascal
property OnSelectCell: TSelectCellEvent;
C++
__property TSelectCellEvent OnSelectCell;
Parameters 
Description 
Sender 
Object sending the event. 
ACol 
Cell column 
ARow 
Cell Row 
CanSelect 
Set it too true if the user can select the cell, false otherwise. 
Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!