plugin.showResultsPane
The 'showResultsPane' function opens or hides the query results pane in the main window.
- Prototype: plugin.showResultsPane(bVisible, bClear);
- Parameters:
- bVisible: true indicates to open the pane, or close the pane;
- bClear: determines if or not to clear the previous query results;
- Return Value: 0 on success, or -1 on failure.
- Example:
plugin.showResultsPane(true, true);