abfDeleteComponent()

Removes an existing component from the currently open datatype.

Syntax

void abfDeleteComponent(const char *name);

Inputs

name
The name of the component to be removed.

Example

abfDeleteComponent("X");

Comments

Deleting a component discards any data values associated with it.

This function must be called after a datatype has been opened.

Do not delete an open component.