Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
w2m
Posted - Mar 19 2015 : 10:48:20 PostMessages Demo By Adirondack Software
This application demonstrates how to post messages to a form which displays this message after the main form becomes visible... a runtime created OnAfterShow event if you will.
This application also demonstrates how to post a message to create a new user created runtime TImageEnVect event. In this case, the runtime created event could be considered a "OnAfterNewObject event". This event is executed every time a object is added to TImageEnVect. When the "OnAfterNewObject event" is executed, a modal form appears which asks if the object should be added. If the user replies "Yes" no action is taken. If the user replies "No" the new object is removed.