serial class %CSP.Util.Link
extends %SerialObject, %XML.Adaptor
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.
Defines a link to a CSP Utility page
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
property Caption
as %String(MAXLEN=50);
The displayed value for this link.
This is a localizable value.
property HREF
as %String(MAXLEN=128);
Name of page to go to.
property IDValues
as %String [ MultiDimensional ];
ID Value for the link
property Popup
as %String(MAXLEN=100);
When appropriate, popup help for this link.
This is a localizable value.