This data type stores the name, current value, and data type for one class property as follows:
[-] type PROPINFO is record [ ] STRING sName // name of property [ ] ANYTYPE aValue // value of property [ ] DATATYPE PropType // data type of property