CREATE CALL statement

Creates a call object, then stores a handle to it in the handle variable specified. The call object, its attributes, and its methods, are used by applications to invoke logic dynamically.

Syntax

CREATE CALL handle [ IN WIDGET-POOL widget-pool] [ NO-ERROR ]
handle
A HANDLE expression that indicates the name of a HANDLE variable into which a handle to the new call object is stored.
IN WIDGET-POOL widget-pool
A CHARACTER expression that indicates the name of the widget pool to contain the new call object.
NO-ERROR
The NO-ERROR option is used to prevent the statement from raising ERROR and displaying error messages.

Notes

See also

Call object handle, DELETE OBJECT statement, NO-ERROR option