PropertyInfo.PropertyType
From Xojo Documentation
Property (As TypeInfo )
aPropertyInfo.PropertyType = newTypeInfoValue
or
TypeInfoValue = aPropertyInfo.PropertyType
Supported for all project types and targets.
or
TypeInfoValue = aPropertyInfo.PropertyType
Supported for all project types and targets.
Contains the property's datatype.
Example
This example gets the data type of each property of the Date class.