JVCL Help:TJvDBGrid.GotoSelection

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Moves focus to the specified selected row.


Pascal

 procedureGotoSelection(Index: Longint);


Parameters

Parameters Description
Index: Longint Index of the selected row. For example: if there are two selected rows, then index 0 moves to the first selected row and index 1 to the second.


Description

Use GotoSelection to move the focus in a multi selected grid to a new row. When MultiSelect is false or no rows are selected, this procedure does nothing.


See Also

TJvDBGrid.MultiSelect


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page