vfoSupportsMerge?
vfoSupportsMerge?(
g_obj
d_instId
)
=> t / nil
Description
Checks if the Merge operation is supported on the given instance.
Arguments
|
An instance of the |
|
Value Returned
Example
Obj = vfoAllocateProtocolObj(inst) => stdobj@0x148f5138 vfoSupportsMerge?(obj inst) => t
Return to top