method PropertyType(PropertyName: String): String
Returns the type of the property.
PropertyType method syntax has these named arguments:
Parameter |
Description |
|---|---|
Property Name |
Required. Name of the property to return the type from. |
For example:
btnButton1.PropertyType("Caption")
will return "String", as the Caption is a string.