|
|
|
TextControlWrite atextcontrol value
Command to write the text of value at the current cursor position into the TextControl atextcontrol.
Example:
t=(TextControl [][TextControl1] [This is the initial text.][][] wxTE_CENTRE [0 0][300 200]) TextControlSetCursor t [10 0] TextControlWrite t [!That's the new text!] |
|
|
|