lobRegUserProc
lobRegUserProc(
g_userFunction
)
=> t / nil
Description
(Virtuoso Layout Suite EXL) Registers a user-defined function for a specific purpose, as needed by layout objects. This function is currently used to register procedures to retrieve adjacent fill definitions.
Arguments
|
Specifies the symbol of the function to be registered. Valid values are: |
|
Value Returned
|
The key parameters are passed and the function is registered. |
|
Example
In the following example, a user-defined function cdn10GetAdjacentFillDefs is registered.
lobRegUserProc(?lobGetAdjacentFillDefsProc 'cdn10GetAdjacentFillDefs)
Return to top