abfEmptyComponent()
Specifies the component to empty.
Syntax
void abfEmptyComponent(int type, int request, int component)
Inputs
- type
- Index of the type.
- request
- Index of the request.
- component
- Index of the component.
Example
abfEmptyComponent()
Comments
This function marks the selected component as empty, so it does not appear in the user interface. This function makes it possible for different requests within the same type to appear to have separate component lists by hiding components that they do not share.