Contents
- Index
- Previous
- Next
FocusCell method
Applies to
TProfGrid component
Declaration
function FocusCell(ACol, ARow: Integer): Boolean;
Description
Moves the focus in the grid.
The ACol and ARow parameters are the visible column and row indexes of the cell, where the first column has index 0, and the first row has index 0.
Tip: Use FocusCell to move the focus to particular cell in one step, rather than assigning the Col and Row properties separately.