Progress
Programming
Handbook


Invoking Methods

You can invoke a method in two ways:

Thus, the syntax to invoke a method is similar to the syntax for invoking a user-defined function:

SYNTAX
[ field = ] method-reference 

The methodreference includes the syntax specified in the “Method References” section. You can return its value by assigning the method reference to a field or variable (field) or include the method reference in an expression, like a function.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095