hook_<libraryPrefix>_getInfoAreaDPEs()
This function determines the data point elements that can change the icon for an information area of a symbol. For detailed information, see also hook_<libraryPrefix>_displayInfoAreaIcon() and hook_<libraryPrefix>_alterInfoAreaDisplay().
Synopsis
dyn_string hook_ <libraryPrefix>_ getInfoAreaDPEs( anytype
aParams);
Parameters
Parameter | Description |
---|---|
aParams |
aParams[1] = Datapoint aParams[2] = Number of the information area. |
Return Value
All data point elements of a certain information area.
For an example, see chapter hook_<libraryPrefix>_alterInfoAreaDisplay().