Programatically set button text

Using property-set it is possible to programatically define properties.

image

Does anyone know if and how a button label text can be changed programatically? Using either property “Text” or “Label Text” has no effect.

Use case: select row in a grid and button displays “Process record X” where X is derived from the selected row and “Process record” is fixed text.

Sure–use property-set.
The property would be labelText (case-sensitive).

image

ButtonText

Thanks