Purpose
Removes a table parameter object from a function object.
Syntax
BOOL RemoveTableParam (int nIndex);
Return Value
TRUE if successful, FALSE otherwise.
Parameters
nIndex
: The index of the table parameter in the table parameter list; begins at 0.Description
If the class library creates the parameter internally, it deletes it Otherwise, you must delete the parameter explicitly in any application that uses it.
Related Information
RemoveExportParam (by Index) RemoveExportParam (by Name) RemoveImportParam (by Index) RemoveImportParam (by Name) RemoveTableParam (by Name)