ALTAEvents Class: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:


== Methods  ==
== Methods  ==
*'''[[ALTAEvents.Message|Message]]''' {{APIComment|{{Template:ALTAEvents.Message.Cmt}}}}
 
*'''[[ALTAEvents.Question|Question]]''' {{APIComment|{{Template:ALTAEvents.Question.Cmt}}}}
*[[ALTAEvents.Message|Message( ALTADataSet, String, String,  Boolean )]] {{APIComment|{{Template:WeibullEvents.Message.Cmt}}}}  
*'''[[ALTAEvents.UpdateCalculationProgress|UpdateCalculationProgress]]''' {{APIComment|{{Template:ALTAEvents.UpdateCalculationProgress.Cmt}}}}
*[[ALTAEvents.Question|Question( ALTADataSet, String, MsgBoxStyle, MsgBoxResult )]] {{APIComment|{{Template:WeibullEvents.Question.Cmt}}}}  
*'''[[ALTAEvents.ShowCalculationProgress|ShowCalculationProgress]]''' {{APIComment|{{Template:ALTAEventsShowCalculationProgress.Cmt}}}}
*[[ALTAEvents.UpdateCalculationProgress|UpdateCalculationProgress( ALTADataSet, String, String, Double, Boolean, Long, Boolean ) ]]{{APIComment|{{Template:WeibullEvents.UpdateCalculationProgress.Cmt}}}}  
*'''[[ALTAEvents.HideCalculationProgress|HideCalculationProgress]]''' {{APIComment|Called by ‘sender’ when calculation progress should be hidden.}}
*[[ALTAEvents.ShowCalculationProgress|ShowCalculationProgress( ALTADataSet )]]{{APIComment|{{Template:WeibullEvents.ShowCalculationProgress.Cmt}}}}  
*[[ALTAEvents.HideCalculationProgress|HideCalculationProgress( ALTADataSet )]]{{APIComment|{{Template:WeibullEvents.HideCalculationProgress.Cmt}}}}

Revision as of 20:57, 26 February 2014


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

Methods