Talk:WeibullDataSet Class/Notes: Difference between revisions

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


|-
|-
|UseEvents||Indicates whether events are enabled for the <code>WeibullDataSet</code> object. '''Boolean'''. Default value = False.
|UseEvents||Indicates whether to enable user-defined event procedures for the <code>WeibullDataSet</code> object. '''Boolean'''. Default value = False.





Revision as of 16:07, 16 August 2016

DRAFT

Add the following property:

|- |UseEvents||Indicates whether to enable user-defined event procedures for the WeibullDataSet object. Boolean. Default value = False.


Add the following section after "Fields"

Events

Name Description
WeibullDataSet.GetDistrParameters Occurs when there is insufficient data to fit a model. Displays a prompt for entering the parameters of the distribution.
WeibullDataSet.HideCalculationProgress Occurs when the calculation process is running. Hides the progress bar.
WeibullDataSet.Message Occurs when an error is produced. Displays an error message.
WeibullDataSet.Question Occurs when an answer to a question is required. Displays a message box with yes and no options.
WeibullDataSet.ShowCalculationProgress Occurs when the calculation process is running. Displays a progress bar.
WeibullDataSet.UpdateCalculationProgress Occurs when the calculation process is running. Displays messages regarding the progress of the calculations.