Template:ALTAEvents Class.Cmt: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with 'This allows the user to create and display messages, questions, calculation progress, and more. To use events a user must inherit the class, override its methods and assign its i…')
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
This allows the user to create and display messages, questions, calculation progress, and more. To use events a user must inherit the class, override its methods and assign its instance to the Events property of an ALTA data set.
all the event handlers that can be called by ALTADataSet. To use events, you must inherit the class, override its methods and assign its instance to the Events property of an ALTADataSet. ALTAEvents inheritance is not available in VB6/VBA.

Latest revision as of 20:52, 26 February 2014

all the event handlers that can be called by ALTADataSet. To use events, you must inherit the class, override its methods and assign its instance to the Events property of an ALTADataSet. ALTAEvents inheritance is not available in VB6/VBA.