TextControlWrite

Help Contents GUI programming TextControls TextControlWrite
TextControlSetValue TextControlAppend

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!]

Examples:

References:

TextControlSetValue TextControlAppend