ook_<libraryPrefix>_faceplateTabsToOpen()
This function allows tabs to be added to or deleted from a faceplate before the faceplate is opened.
Synopsis
void hook_faceplateTabsToOpen(string sDp, dyn_string &ds_panels,
dyn_string &ds_pfad);
Parameters
| Parameter | Description |
|---|---|
| sDp | Datapoint name to which the symbol has been referenced. |
| ds_panels | Tabs that the faceplate contains and are opened. |
| ds_pfad | Path of the tab. |
Return Value
-
Description
This function allows tabs to be added to or deleted from a faceplate before the faceplate is opened.
For example, you can extend or restrict the list of the panels and their paths depending on the datapoint, the user and the time of day.
