SetProperty() action

Previous Next

See Also

You can set properties for an OLE Control at design-time by using the Property Inspector. All the properties provided by the control (those listed in the Property Inspector) can also be set at runtime by using the SetProperty() action. The action takes two parameters. The first parameter is the name of the property as it appears in the Property Inspector, and the second is the value to give to that property. The possible values can be seen with the Property Inspector and depend on the OLE control.