User contributions
From OpenEUO
- 08:39, 17 October 2011 (diff | hist) . . (-4) . . TMessageBox.Show (current)
- 08:38, 17 October 2011 (diff | hist) . . (+357) . . N TMessageBox.Show (Created page with "<pre>TMessageBox.Show(sCaption)</pre><br> Pass this function a string to display it in the message box caption. <br> You can include /n to create new lines. <br> <pre>form = Obj...")
- 08:37, 17 October 2011 (diff | hist) . . (+323) . . N TMessageBox.Title (Created page with "You can set TMessageBox.Title to the whatever title you'd like for your message box.<br> Make sure you use a string value! <br> <pre>form = Obj.Create("TMessageBox") form.Button...") (current)
- 08:35, 17 October 2011 (diff | hist) . . (+1) . . TMessageBox.Default (current)
- 08:34, 17 October 2011 (diff | hist) . . (0) . . TMessageBox.Default
- 08:34, 17 October 2011 (diff | hist) . . (+441) . . N TMessageBox.Default (Created page with "You can set TMessageBox.Default to the value of the button you'd like selected as default<br> 0 is always the left-most button and the selection moves right as the number increas...")
- 08:30, 17 October 2011 (diff | hist) . . (+4) . . TMessageBox.Button (current)
- 08:30, 17 October 2011 (diff | hist) . . (+97) . . TMessageBox.Button
- 08:28, 17 October 2011 (diff | hist) . . (0) . . TMessageBox.Button
- 08:28, 17 October 2011 (diff | hist) . . (-5) . . TMessageBox.Button
- 08:27, 17 October 2011 (diff | hist) . . (+21) . . TMessageBox.Button
- 08:23, 17 October 2011 (diff | hist) . . (+19) . . TMessageBox.Button
- 08:21, 17 October 2011 (diff | hist) . . (+362) . . N TMessageBox.Button (Created page with "Set this to a number to choose options for the message box: 0 - OK 1 - OK/CANCEL 2 - ABORT/RETRY/IGNORE 3 - YES/NO/CANCEL 4 - YES/NO 5 - RETRY/CANCEL 6 - CANCEL/TRY AGAIN/CONTIN...")