13 lines
283 B
Markdown
13 lines
283 B
Markdown
# OnSetText
|
||
|
||
The virtual handler of control "SetText" (change of the [OBJPROP_TEXT](/en/docs/constants/objectconstants/enum_object_property#enum_object_property_double) property) event.
|
||
|
||
```
|
||
virtual bool OnSetText()
|
||
|
||
```
|
||
|
||
Return Value
|
||
|
||
true - event processed, otherwise - false.
|