Page 1 of 1

TEdit OnChange event not available?

Posted: 05 Sep 2011 06:37
by jgodfrey
Do the GUI controls available to TextEd's scripting engine support all of standard control events or only some of them? For instance, I can wire to a TEdit's OnKeyPress and OnKeyUp events, but not to its OnChange event.

Using that event triggers an "Undeclared Identifier: 'OnChange'" error. If not all of the events are supported, is there a way to know which ones are?

Thanks,

Jeff