|
|
|
TextControlValue
(TextControlValue atextcontrol)
outputs the word value of the TextControl atextcontrol or if called without arguments, of the TextControl whose event is being processed lately.
Examples:
t=(TextControl [][TextControl1][This is some text] [ (pr [onChange] TextControlValue) ][ (pr [onEnter] TextControlValue) ] wxTE_MULTILINE+wxTE_RICH2 [0 0][300 200]) |
|
|
|