apidoc::is_object (private)

 apidoc::is_object scope proc_name

Defined in packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl

Checks, whether the specified argument is an XOTcl object. Does not cause problems when xotcl is not loaded.

Parameters:
scope (required)
proc_name (required)
Returns:
boolean value

Testcases:
No testcase defined.
Source code:
        set result 0
        catch {set result [::xo::api isobject $scope $proc_name]}
        return $result
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: