| Funktionsname | dcl_Control_SetProperty |
|---|---|
| Syntax #1 | (dcl_Control_SetProperty
<CONTROL>
PropertyApiName [als String] NewValue [als Varies]) |
| Syntax #2 | (dcl_Control_SetProperty
<CONTROL>
(PropertyApiName1 [als String] NewValue1 [als Varies])(PropertyApiName2 [als String] NewValue2 [als Varies]) ...) |
| Rückgabewert | Boolean (T if successful; otherwise NIL) |
| Anwendbar auf | 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.