PropertyInfo.PropertyType
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
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 DateTime class.