vfoGRGetExtraArgumentName
vfoGRGetExtraArgumentName(g_obj) =>l_argName
Description
Returns the extra parameter names in a list. The end user should override this function for its class that has been extended from vfoAdvGuardRing.
Arguments
|
An instance of the |
Value Returned
Example
defmethod(vfoGRGetExtraArgumentName((obj vfoAdvGuardRing))
list("userParameter1" "userParameter2")
)
Return to top