"showMasterDps"
Allows to define whether Master DPs are displayed inside the DPTreeView or stay hidden.
Synopsis
setValue(string shape,"showMasterDps", bool show);
getValue(string shape,"showMasterDps", bool &show);
this.showMasterDps(bool filter);
Parameter
Parameter | Description |
---|---|
shape | Name of the object |
show |
Selected option. TRUE = Master DPs are displayed FALSE = Master DPs are not displayed |
Description
Allows to set if Master DPs are displayed inside a DPTreeView or if they are not shown.
Example
In the following example the Master DPs the DPTreeView will not display Master DPs.
main()
{
DP_TREE1.showMasterDps
(FALSE);
}
Assignment
DpTreeView