Control_SetProperty

Funktionsname 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]) ...)
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.