Previous Topic

Next Topic

PropertyType - Scripted Form Method

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.

See also the Memory Table Builder PropertyType method and the Memory Table PropertyType method.

See Also

ScriptedForm Object

Book Contents

Book Index