Passing arguments to functions and events
In PowerBuilder, arguments for built-in or user-defined functions
and events can be passed three ways:
Method of passing |
Description |
---|---|
By value |
A copy of the variable is available in |
By reference |
A pointer to the variable is passed to |
Read-only |
The variable is available in the function Read-only provides a performance advantage for some datatypes For other datatypes, read-only provides documentation for other |