Difference between revisions of "83Plus:BCALLs:4C06"
From WikiTI
m |
|||
Line 1: | Line 1: | ||
[[Category:83Plus:BCALLs:By_Name:Dialog|DialogInit]] [[Category:83Plus:BCALLs:By_Name|DialogInit]] [[Category:83Plus:BCALLs:By_Address|4C06 - DialogInit]] | [[Category:83Plus:BCALLs:By_Name:Dialog|DialogInit]] [[Category:83Plus:BCALLs:By_Name|DialogInit]] [[Category:83Plus:BCALLs:By_Address|4C06 - DialogInit]] | ||
+ | {{missinfo|destroys}} | ||
== Synopsis == | == Synopsis == | ||
'''Official Name:''' DialogInit | '''Official Name:''' DialogInit |
Latest revision as of 18:16, 13 April 2008
This article is missing some information (namely destroys). You can help WikiTI by filling in the missing information.
Synopsis
Official Name: DialogInit
BCALL Address: 4C06
Initializes the dialog context at appData.
Inputs
- HL: is address of parser callback for any numbers entered.
- A: is page of parser callback for any numbers entered (must be non-zero).
- appData: menu structure.
Outputs
- Initializes the dialog context.
Destroys
- unknown
Comments
- Use StartDialog to start Dialog
- Use with the other Dialog BCALLs.
- Info on how to use the Dialog BCALLs .
- example program