Talk:ALTADataSet Class/Notes: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Replaced content with 'DRAFT')
No edit summary
Line 1: Line 1:
DRAFT
DRAFT
''Add the following property:''
|-
|UseEvents||Indicates whether to enable user-defined event procedures for the <code>ALTADataSet</code> object. '''Boolean'''. Default value = False.
Add the following section after "Fields"
==Events==
{| {{APITable}}
|-
| style="width: 280px;"|[[ALTADataSet.HideCalculationProgress|HideCalculationProgress]]||{{:ALTADataSet.HideCalculationProgress}}
|-
|[[ALTADataSet.Message|Message]]||{{:ALTADataSet.Message}}
|-
|[[ALTADataSet.Question|Question]]||{{:ALTADataSet.Question}}
|-
|[[ALTACalculationProgress|ShowCalculationProgress]]||{{:ALTADataSet.ShowCalculationProgress}}
|-
|[[ALTAUpdateCalculationProgress|UpdateCalculationProgress]]||{{:ALTADataSet.UpdateCalculationProgress}}
|}

Revision as of 23:24, 16 August 2016

DRAFT Add the following property:

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


Add the following section after "Fields"

Events

Name Description
HideCalculationProgress Occurs when the calculation process is running. Hides the progress bar.
Message Occurs when an error is produced. Displays an error message.
Question ALTADataSet.Question
ShowCalculationProgress Occurs when the calculation process is running. Displays a progress bar.
UpdateCalculationProgress Occurs when the calculation process is running. Displays messages regarding the progress of the calculations.