Integer¶
The value type Integer is used to create an edit field for an integer value input.
Syntax¶
<Parameter>
<Name>IntegerValue</Name>
<Text>Integer</Text>
<Value>4711</Value>
<ValueType>Integer</ValueType>
</Parameter>
Example¶
The implementation of the Integer value type is described in the example AllControls, which is located in
…\etc\Examples\PythonParts\PaletteExamples\AllControls.pyp
…\etc\PythonPartsExampleScripts\PaletteExamples\AllControls.py