Creates/Edits a Parameter/Attribute
The user can define its name and its data type
String SubType
- TEXT
- FILE(Creatable)
- FILE(Read ie it exisit already)
- FOLDER(Point to a folder)
- FONT
- ENUM (a drop down list)
- MULTILINE (allows text edit as opposed to line edit)
Numeric Types
- BYTE (8 bit 0-255 if unsigned)
- SHORT (16 bit)
- LONG (32bit)
several sub type are available
- NUMERIC
- BOOL ie either true or false (typically 1 or 0)
- COLOR
- BIT modifies 1 bit only in the long
- ENUM (a drop down list ieach item representing a number typically starting from 0)
- FLOAT (32bit)
- DOUBLE (62bit)
Other Types
- UNKNOWN some object
- BUTTON creates a button that return 1 when set
- VARIANT a modifyable type that can swtich between all types