From OpenSCADAWiki
Jump to: navigation, search
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
 
'''Data:'''<br/>
 
'''Data:'''<br/>
Additional flags to ''TFld'' (enum — TCfg::AttrFlg):
+
Additional flags to [[#TFld]] (enum — TCfg::AttrFlg):
 
* ''TCfg::NoVal(0x100)'' — Do not reflect an element on the value of the TValue object.
 
* ''TCfg::NoVal(0x100)'' — Do not reflect an element on the value of the TValue object.
 
* ''TCfg::Key(0x200)'' — key field.
 
* ''TCfg::Key(0x200)'' — key field.
 
* ''TCfg::Hide(0x400)'' — attribute is hidden.
 
* ''TCfg::Hide(0x400)'' — attribute is hidden.

Latest revision as of 20:11, 28 January 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Documents/API)
'''Data:'''<br/>
Additional flags to [[#TFld]] (enum — TCfg::AttrFlg):
* ''TCfg::NoVal(0x100)'' — Do not reflect an element on the value of the TValue object.
* ''TCfg::Key(0x200)'' — key field.
* ''TCfg::Hide(0x400)'' — attribute is hidden.
Translation'''Data:'''<br/>
Additional flags to [[#TFld]] (enum — TCfg::AttrFlg):
* ''TCfg::NoVal(0x100)'' — Do not reflect an element on the value of the TValue object.
* ''TCfg::Key(0x200)'' — key field.
* ''TCfg::Hide(0x400)'' — attribute is hidden.

Data:
Additional flags to #TFld (enum — TCfg::AttrFlg):

  • TCfg::NoVal(0x100) — Do not reflect an element on the value of the TValue object.
  • TCfg::Key(0x200) — key field.
  • TCfg::Hide(0x400) — attribute is hidden.