JVCL Help:TJvDBGrid.GotoSelection
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvDBGrid.GotoSelection Method
[+] TJvDBGrid Events
[+] TJvDBGrid Fields
[+] TJvDBGrid Methods
[+] TJvDBGrid Properties
Search in JVCL Help
Search in all projectsSummary
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
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