| Function Name | dcl-Control-SetProperty |
|---|---|
| Syntax #1 | (dcl-Control-SetProperty
<CONTROL>
PropertyApiName [as
String] NewValue [as
Varies]) |
| Syntax #2 | (dcl-Control-SetProperty
<CONTROL>
(PropertyApiName1 [as
String] NewValue1 [as
Varies])(PropertyApiName2 [as String] NewValue2 [as Varies]) ...) |
| Return Type | Boolean (T if successful; otherwise NIL) |
| Applies To | All Controls and Forms |
This method sets the value of one or more properties attached to the control. A NIL return value indicates failure to set one or more properties.