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.MVBasicPageSection

class %CSP.MVBasicPageSection extends %CSP.PageSection

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.

Manage output of lines for CSP page class that is being created using MVBasic.

Method Inventory

Methods

method WriteText(text As %String, crlf As %Boolean = 0) as %Status
Create and save print text line for class that is being created.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab