int ClearPathCtrlHistory (int panel, int control);
Empties the history list of the path control.
Input | ||
Name | Type | Description |
panel | integer | The handle of the panel for the path control. |
control | integer | The ID of the path control. |
Name | Type | Description |
status | integer | Return value indicating whether the function was successful. A negative number indicates that an error occurred. Call the GetGeneralErrorString toolbox function to get a descriptive error message. |