Variables | |
| boolean | EnablePolling |
| This property gets or sets the whether automatic polling is active or not. More... | |
| TMaxVisibility | MaxVisibility |
| Controls the maximum visibility for NodeMaps. More... | |
| __int3264 | NodeMap |
| Gets or sets the current NODEMAP handle. More... | |
| BSTR | SelectedNode |
| This property gets the currently selected node name or sets the first occurrence of the given node name as selected. More... | |
| boolean | ShowDescription |
| Controls the setting whether or not the comments area is shown. More... | |
| LONG | XMLDeviceMajor |
| Gets the major version number of the device GenApi XML document. More... | |
| LONG | XMLDeviceMinor |
| Gets the minor version number of the device GenApi XML document. More... | |
| LONG | XMLDeviceSubMinor |
| Gets the sub minor version number of the device GenApi XML document. More... | |
| BSTR | XMLModel |
| Gets the XML model name. More... | |
| BSTR | XMLNamespace |
| Gets the XML namespace. More... | |
| LONG | XMLSchemaMajor |
| Gets the major version number of the GenApi XML schema used. More... | |
| LONG | XMLSchemaMinor |
| Gets the minor version number of the GenApi XML schema used. More... | |
| LONG | XMLSchemaSubMinor |
| Gets the sub minor version number of the GenApi XML schema used. More... | |
| BSTR | XMLVendor |
| Gets the XML vendor name. More... | |
|
property |
This property gets or sets the whether automatic polling is active or not.
As long as a NodeMap is set and this property is TRUE all pollable feature nodes are automatically updated according to their polling time.
| [in] | EnablePolling | TRUE indicates that automatic polling is to be enabled, FALSE if not. |
TRUE if automatic polling is enabled, FALSE otherwise.
|
property |
Controls the maximum visibility for NodeMaps.
| [in] | MaxVisibility | New visibility maximum. |
|
property |
Gets or sets the current NODEMAP handle.
If a valid new NodeMap is set, the old one is removed. If no property grid is present yet (no window handle) this function still sets the nodemap handle.
| [in] | NodeMap | Handle of NodeMap. |
|
property |
This property gets the currently selected node name or sets the first occurrence of the given node name as selected.
| [in] | SelectedNode | Name of the feature node to select. |
|
property |
Controls the setting whether or not the comments area is shown.
| [in] | ShowDescription | TRUE indicates that the comments are shown. FALSE hide the comments. |
TRUE if comments area is shown, FALSE otherwise.
|
property |
Gets the major version number of the device GenApi XML document.
|
property |
Gets the minor version number of the device GenApi XML document.
|
property |
Gets the sub minor version number of the device GenApi XML document.
|
property |
Gets the XML model name.
|
property |
Gets the XML namespace.
|
property |
Gets the major version number of the GenApi XML schema used.
|
property |
Gets the minor version number of the GenApi XML schema used.
|
property |
Gets the sub minor version number of the GenApi XML schema used.
|
property |
Gets the XML vendor name.