UserFunctionDefn Class Methods

In this section we discuss the UserFunctionDefn class methods. They are described in alphabetical order.

Syntax

GetRule()

Description

Use the GetRule method to return a RuleDefn object that represents the rule associated with this user function.

Parameters

None.

Returns

A RuleDefn object.

Syntax

SetRule(&Rule)

Description

Use the SetRule method to specify a rule defined by a RuleDefn object to be the rule for this user function.

Parameters

Field or Control

Definition

&Rule

Specify an already instantiated RuleDefn object that you want to use as the rule for this user function.

Returns

None.