ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE
Version: 151617181920212223242526
Subscript of selected element in the specified Table control,-1 if no element is selected.
Name of control to use. This control can correspond to: a Table control. a TreeView Table control.
Rank of selection for a multiselection control. If this parameter is not specified, the subscript of first selected row is returned.For example, to retrieve the first selected element, <Rank> = 1. To retrieve the second selected element, <Rank> = 2, etc.
Versions 16 and laterType of information to return: tsColumn<Result> will correspond to the number of the selected column.tsCellColumn<Result> will correspond to the column number for the selected cell.tsRow(Default value)<Result> will correspond to the number of the selected row.tsCellLine<Result> will correspond to the row number for the selected cell.If this parameter is not specified, the function will return the number of the selected line. New in version 16Type of information to return: tsColumn<Result> will correspond to the number of the selected column.tsCellColumn<Result> will correspond to the column number for the selected cell.tsRow(Default value)<Result> will correspond to the number of the selected row.tsCellLine<Result> will correspond to the row number for the selected cell.If this parameter is not specified, the function will return the number of the selected line. Type of information to return: tsColumn<Result> will correspond to the number of the selected column.tsCellColumn<Result> will correspond to the column number for the selected cell.tsRow(Default value)<Result> will correspond to the number of the selected row.tsCellLine<Result> will correspond to the row number for the selected cell.If this parameter is not specified, the function will return the number of the selected line.
Use conditions
Equivalence <Table>.Select
Value of selected element
Last update: 09/20/2020
Send a report | Local help
Searching...
I accept the terms of the license agreement
All you have to do is configure your product as follows: