dbobjectp
dbobjectp(
d_id
)
=> t / nil
Description
Checks whether argument is a database object.
Arguments
|
d_id
|
The object can be an instance, a net, or a terminal, and is specified either by the database ID of the object or by a list of strings describing a path to the object. If the database ID of the object is used, the path is derived from the hierarchical path from the top level of w_windowId to the object.
|
Value Returned
|
t
|
The argument is a valid database object
|
|
nil
|
The argument is not a valid database object.
|
Examples
dbobjectp( netId ) => t
Related Topics
Data Stored as Objects
Return to top