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.