Previous Topic

Next Topic

GetPropertyValue - Memory Table 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 Scripted Form GetPropertyValue method.

See Also

Memory Tables

Book Contents

Book Index