Explorer_Remove_Object

Examples


The Explorer_Remove_Object procedure removes the specified SmartList object.

Syntax

Explorer_Remove_Object, Object_Dict_ID, Object_Type, Error

Parameters

Object_Dict_ID – An integer specifying the dictionary that defined the SmartList object being removed.

Object_Type – An integer specifying the unique ID for the SmartList object.

Error – A returned integer containing the database error that was returned by SmartList when the SmartList object was removed. The following table lists the typical values returned:

[spacer]

Constant

Value

Error type

OKAY

0

No Error

MISSING

18

Missing record


Comments

Use this procedure to remove SmartList objects that you have added for your integration. You cannot remove SmartList objects defined by the core dictionary.


Documentation Feedback