Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%CSP.UI.System.TablePaneList

class %CSP.UI.System.TablePaneList extends %CSP.Util.TablePane

This class is used internally by Caché. You should not make direct use of it within your applications. There is no guarantee made about either the behavior or future operation of this class.

This class differs from TablePane in that it does not use Parameters for general list. This class is created to deal with the queries existed in the %SYSTEM classes.

Method Inventory

Methods

method ExecuteResultSet(pRS As %ResultSet, ByRef pID As %String) as %Status
This method performs the actual execution of the ResultSet This can be overridden by subclasses

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab