Previous Topic

Next Topic

SetPropertyValue - Scripted Form Method

method SetPropertyValue(PropertyName: String, Value: Variant)

This sets the value of the property or MaxBasic variable named in PropertyName to the Value.

SetPropertyValue method syntax has these named arguments:

Parameter

Description

Property Name

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

Value

Required. The value to set Property Name to.

For example:

  btnButton1.SetPropertyValue("Caption", "Click")

will set the caption of button component btnButton1 to Click.

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

See Also

Stringlist Object

Book Contents

Book Index