Previous Topic

Next Topic

GetPropertyValue - Scripted Form Method

method GetPropertyValue(PropertyName: String): Variant

GetPropertyValue method returns the value of the property or MaxBasic variable named in PropertyName.

GetPropertyValue method syntax has these named arguments:

Parameter

Description

Property Name

Required. Name of the Property to return the value for.

For example:

  btnButton1.GetPropertyValue("Caption")

will return the Caption of button component btnButton1.

See also the MaxBasic Script Function GetPropertyValue, the Memory Table Builder GetPropertyValue method and the Memory Table GetPropertyValue method..

See Also

Form Designer Component Methods

Book Contents

Book Index