Loading...
 

Select

Select

Select(windowID, childID), Select(, childID), Select

parameters: Identifier of a Windows and an object box or enumeration

Stack
Stack Position Description
Stack(In) Top one object
Stack(Out) Top -

The line of the object box representing the object on the stack is selected. If the list contains an object more than once, only the first object found is selected.

Stack
Stack Position Description
Stack(In) Top a collection | a vector
Stack(Out) Top -

All objects of the collection/vector are compared with the objects of the object box. In case of identity the corresponding line of the object box is selected.
This form is useful in connection with flag SELECT_MULTIPLE. The same applies to selecting several elements using a collection:

Stack
Stack Position Description
Stack(In) Top an integer (k)
Stack(Out) Top -

If enumeration contains at least k elements, then the kth element is selected and displayed.

Attention: If the object passed for selection via the first parameter is not contained in the ObjectBox, it will not be inserted! Make sure that it is present in the list.