TEdit OnChange event not available?

Ask questions about how to create a script or swap scripts with other users.
Post Reply
jgodfrey
Posts: 471
Joined: 19 Aug 2011 23:02
Location: Missouri, USA

TEdit OnChange event not available?

Post 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
Post Reply