PreviousNextIndex

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
IN WIDGET-POOL widget-pool
NO-ERROR
Notes
See also

Call object handle, DELETE OBJECT statement


OpenEdge Release 10.2B
Copyright © 2009 Progress Software Corporation
PreviousNextIndex