ALTAEvents Class

From ReliaWiki
Revision as of 18:21, 30 January 2014 by John Leavitt (talk | contribs)
Jump to navigation Jump to search


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. 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.

To view all ALTA classes, methods, and Enumerations view Global ALTA.

Methods