PropType Enum

Return to Introduction  Previous page  Next page

The PropType enumeration gives the automation programmer an indication of what sort of data is going to be stored by this property.

Element

Meaning

ptInteger

16-bit or 32-bit signed integer.

ptBoolean

True or False.

ptString

Unicode string.

ptEnum

A string being an entry in the semi-colon separated list specified in the validation field of the Property.

ptArray

An array containing values of any type.

ptFloatingPoint

4 or 8 byte floating point value.