setTextColor
Sets the text color for a control to one of the predefined colors
Parameters
Example Usages
Set Color to "warning"
app.setTextColor("myControl", "warning");Set Color to default
app.setTextColor("myControl");Return Values
Last updated