<< Click to Display Table of Contents >>
hpXFaceplateTemplate |
This object's main functions are to store the configuration of data content to display on a Faceplate Screen (do not mistake it for the hpPopUpTemplate object, which configures a window style) and to inform the names of the library and symbol to display for the indication of operational status.
Properties of the hpXFaceplateTemplate object
Property |
Description |
---|---|
DeviceControlGallery |
Name of the library file that contains a device's icon |
DeviceControlName |
Name of the XControl that represents a device inside the library specified in the DeviceControlGallery property |
PopUpCode |
Contains the configuration parameters of tabs from a Faceplate Screen. The allowed syntaxes for this property are described on topics System-Type Tabs, Custom-Type Tabs, and CustomExpandable-Type Tabs. Defining the content is performed by a list of codes separated by semicolons. If the code is invalid, the window displays an error message |
NOTE |
To prevent displaying a device's icon on a Faceplate Screen, configure the properties DeviceControlGallery and DeviceControlName with an empty String. |