Events
Previous Top Next

Event: OnBeforeCapture: TNotifyEvent ;
Description
Event fires before image is captured.
 
Event: OnAfterCapture: TNotifyEvent ;
Description
Event fires after image is captured.
 
The OnCaptureEvent was removed  in version 6.0 and replaced with the OnAfterCaptureEvent.  When loading older projects ignore the error message,  then move any code in the OnCaptureEvent to the OnAfterCaptureEvent.  This is a breaking change.
 
Copyright © 1986-2012 by Adirondack Software & Graphics