TextControlSetValue

Help Contents GUI programming TextControls TextControlSetValue
TextControlValue TextControlWrite

TextControlSetValue atextcontrol value


Command to set the text value of the TextControl atextcontrol to value.

Example:

t=(TextControl [][TextControl1]
	[This is the initial text][][]
	wxTE_CENTRE [0 0][300 200])
TextControlSetValue t [That's the new text!]

Reference:

TextControlValue TextControlWrite