LowLevelSelect Method
Overloads
LowLevelSelect(IEnumerable<Int32>, Boolean, Boolean) |
Selects some values in a field, by entering the element numbers related to the values to select. |
LowLevelSelect(IEnumerable<Int32>, Boolean, Boolean)
Selects some values in a field, by entering the element numbers related to the values to select.
Declaration
[QixName("LowLevelSelect")]
bool LowLevelSelect([QixName("qValues")] IEnumerable<int> values, [QixName("qToggleMode")] bool toggleMode, [QixName("qSoftLock")] bool softLock = false)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Int32> | values |
Indexes (or element numbers) of the values to select. |
System.Boolean | toggleMode |
Set to true to keep any selections present in the list object. If this parameter is set to false, selections made before accepting the list object search become alternative. |
System.Boolean | softLock |
Set to true to ignore locks; in that case, locked fields can be selected. The default value is false. |
Returns
Type | Description |
---|---|
System.Boolean |
Remarks
The operation is successful if qReturn is set to true.
Did this page help you?
If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!