controls property

List<Control> controls
getter/setter pair

The controls that may have been returned on search completion.

These can be used to obtain the cursor, number of remaining results, etc. for VLV search.

Implementation

List<Control> controls = [];