TIWCGJQTreeViewSortPlugin.SortFunction Property
Expects a function. The functions receives two arguments - two nodes to be compared. Return -1 or 1 (or any other different from -1). Default is: function (a, b) { return this.get_text(a) > this.get_text(b) ? 1 : -1; }
published property SortFunction: TIWCGJSonFunc index 00 read GetFuncValue write SetFuncValue stored IsFuncStored;