Require: IP-Symcon >= 4.1
boolean WFC_OpenCategory (int $InstanceID, int $CategoryID)
InstanceID | ID of the WebFront visualization |
CategoryID | Category ID |
If the command succeeds, it returns TRUE, otherwise FALSE.
Opens the category with the ID CategoryID as a popup. All sub-objects of the category are displayed in the popup.
For security reasons, the category to be opened must be available within the WebFront. If this is not the case, the category cannot be displayed.
WFC_OpenCategory(12345, 45678);