DlgProperties - method of the tvTrend object
Description:
Open the edit window for runtime configuration of the
tvTrend object. The edit box allows to change all properties of the
tvTrend object in the default form and allows even changing
tvTrend objects in the connection to servers.
The edit box calls the edit
*.htm pages that are supplied by the supplier in one "packet" together with the viewer.
Syntax:
Empty DlgProperties(String sOptions)
Parameters:
sOptions | (String) Text string for setting parameters, for example "dialogLeft:100;dialogTop:120;" sets the position of the left upper corner of the displayed window. |
---|
Example:
JavaScriptVBScriptSelect and copy to clipboard
var oTView = pMe.Items("../TrendView");
oTView.Trends(0).DlgProperties("dialogLeft:100;dialogTop:120;");
Dim oTView
Set oTView = pMe.Items("../TrendView")
oTView.Trends(0).DlgProperties "dialogLeft:100;dialogTop:120;"
History:
Pm9.00.02:
Fixed bug: Bugfix of the window localized texts and configuration malfunction.