OT IsEmbedded(inObject; inTag) Number
→
Parameter Type Description
inObject Longint inTag String Function result Number A handle to an object
→ Tag of the item to query → 1 if the given item is an embedded← object, 0 if not
Discussion
OT IsEmbedded tests the item referenced by inTag to see if it is an embedded object.
If inObject is not a valid object handle or if no item in object has the given tag, an error is generated, OK is set to zero, and zero is returned.
If an item with the given tag exists and has the type OT Is Object, 1 is returned.
If an item with the given tag exists and has any other type, zero is returned.
See Also
OT ItemType , OT GetItemProperties , OT GetNamedProperties OT ItemExists(inObject; inTag) Number

