WeibullDataSet.Question: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) No edit summary |
John Leavitt (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Template:AWEAPIClass}} | {{Template:AWEAPIClass}} | ||
== Declaration == | == Weibull Declaration == | ||
{{APIPrefix|Public Overridable Sub}} | {{APIPrefix|Public Overridable Sub}} | ||
Line 9: | Line 9: | ||
{{APIPrefix|As}} | {{APIPrefix|As}} | ||
{{APIName|WeibullDataSet,(}} | {{APIName|WeibullDataSet,(}} | ||
{{APIPrefix|ByVal}} | |||
{{APIName|sMsg(}} | |||
{{APIPrefix|As String}} | |||
{{APIName|,}} | |||
{{APIPrefix|ByVal}} | |||
{{APIName|Buttons}} | |||
{{APIPrefix|As}} | |||
{{APIName|MsgBoxStyle,}} | |||
{{APIPrefix|ByRef}} | |||
{{APIName|Answer}} | |||
{{APIPrefix|As}} | |||
{{APIName|MsgBoxResult)}} | |||
{{APIComment|Called by ‘sender’ when an answer to the question is required.}} | |||
==ALTA Declaration== | |||
{{APIPrefix|Public Overridable Sub}} | |||
{{APIName|Question(}} | |||
{{APIPrefix|ByVal}} | |||
{{APIName|sender}} | |||
{{APIPrefix|As}} | |||
{{APIName|ALTADataSet,(}} | |||
{{APIPrefix|ByVal}} | {{APIPrefix|ByVal}} | ||
{{APIName|sMsg(}} | {{APIName|sMsg(}} |
Revision as of 17:32, 4 September 2013
Weibull Declaration
Public Overridable Sub Question( ByVal sender As WeibullDataSet,( ByVal sMsg( As String , ByVal Buttons As MsgBoxStyle, ByRef Answer As MsgBoxResult)
Called by ‘sender’ when an answer to the question is required.
ALTA Declaration
Public Overridable Sub Question( ByVal sender As ALTADataSet,( ByVal sMsg( As String , ByVal Buttons As MsgBoxStyle, ByRef Answer As MsgBoxResult)
Called by ‘sender’ when an answer to the question is required.