Difference between revisions of "TextEdit.LiveUpdate"
From Xojo Documentation
(SMBot: new page by automated transformation) |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
| platform=all | | platform=all | ||
}} | }} | ||
− | If [[True]], then the control will dynamically update the bound data value. Relevant when the control is bound to another control. | + | {{Description |
+ | |text = If [[True]], then the control will dynamically update the bound data value. Relevant when the control is bound to another control.}} | ||
+ | |||
+ | ==Example== | ||
+ | |||
+ | <rbcode> | ||
+ | Me.LiveUpdate = True | ||
+ | </rbcode> |