showQueryValues
☰Fullscreen
Table of Content:
/// /// Determines whether to add a select button to the dialog. /// ////// If you click this button, it will show the query form. Therefore, the public boolean showQueryValues() { return true; }queryRun method has to /// return a validqueryRun object.If you change the return value to false the button will no /// longer be added. ///