removeSymbol()

The function is used to delete panel references.

Synopsis

int removeSymbol(shape panel | (string moduleName, string panelName), string refName);

Parameters

Parameters Meaning
panel A shape object pointing to the target panel.
moduleName Module name of the target
panelName Panel name of the target
refName Name of the reference

Return value

If successful, the function returns 0 or in the event of errors, -1.

Error

Invalid or missing arguments

Description

This function is part of the Waiting Control functions.

Example

main()
{
  removeSymbol(myModuleName(), myPanelName(), "Ref1");
}

Assignment

Graphics

Availability

UI