Name

method — Page method - a user defined member of page class.

Synopsis

<method />( name (required) ,
returns (optional) ,
arglist (optional) );

Description

This creates a custom method of the page class.

Attributes

name = SqlName . The name of method to be created

returns = SqlName . Optional return datatype type

arglist. comma-separated list of arguments. For example : "in arg1 varchar, out arg1 integer ..."