DYNAMIC-FUNCTION( function-name IN proc-handle, param1 , param2)A CHARACTER expression that returns the name of a user-defined function. The AVM evaluates function-name at run time.IN proc-handleAn expression that returns a handle to the procedure that defines the function. The AVM evaluates proc-handle at run time.
Note: ABL cannot check the mode and type of the parameters at compile time, since the AVM does not evaluate function-name until run time.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |