setLabelText

Sets the label text for a control at runtime.

Parameters

  1. controlId => Id of the control

  2. labelText => the new text, you want to set

Example Usages

app.setLabelText("myCheckBox", "Hello World");

Return Values

Function does not explicitly produce return value.

Last updated