%ZEN.Datatype.delegator
datatype class %ZEN.Datatype.delegator extends %ZEN.Datatype.datatype
ODBC Type: VARCHAR
This is used to represent the name of a delegator method: this is a method within the current page object that serves as a server-side callback method.Method Inventory
Parameters
parameter FORMALSPEC;
This is the formal spec of the delegator method.
E.g., "pComp:%ZEN.Component.object,pText:%String"
parameter MAXLEN = 64;
Inherited description: The maximum number of characters the string can contain.
parameter RETURNTYPE;
This is the return type of the delegator method.
parameter XMLPROJECTION = attribute;
parameter ZENENCRYPT = 1;
parameter ZENSETTING = 0;
Methods
classmethod IsValid(%val) as %Status