Skip to main content

GUI_NumMathces

Connection callback that returns the number of matches for a text search.

Callback Parameters

  • nummatches: number: The number of matches to a search expression.

Example



RxCore.GUI_NumMathces.connect(function (nummatches) {
console.log(nummatches, "matches found");

});