Write only label:
Current value

Read Write Label
Current Value

Style of this area can be changed from server side function.
Class of this area can be changed from server side function.
The following metords can be used to change style and class. Form->clientCSS($elm, $style) : Can be used to change style of any HTML element with id = $elm
Form->clientClass($elm, $cls) : Can be used to change class name of any HTML element with id = $elm
Component->setStyle($styl) or Component.setCSS($styl) : Can be used to change style of a standard RSPA component like textbox
Component->setClass($class) : Can be used to change class name of a standard RSPA component like textbox
Update label