From 8f9f5e0010127b1915d9546a2422b2a5a04adc10 Mon Sep 17 00:00:00 2001 From: kirkpatc Date: Tue, 16 Oct 2007 10:13:14 +0000 Subject: [PATCH] Small changes to MessageBox git-svn-id: trunk@12487 - --- docs/xml/lcl/forms.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/xml/lcl/forms.xml b/docs/xml/lcl/forms.xml index a2285af249..08ae191cd7 100644 --- a/docs/xml/lcl/forms.xml +++ b/docs/xml/lcl/forms.xml @@ -4911,12 +4911,10 @@ It also writes details of the exception to the appropriate place for debugging.< Message Box - Message Box: a useful function to display a message.
- - The function returns an integer value corresponding to the button that was pressed; its value can be determined by reference to the constants [IDOK..IDHELP]
- - + Message Box: a useful function to display a message.
The function is used internally to display messages during the handling of Exceptions, but is also available to application programmers as an alternative to some of the message dialogs found in Dialogs.
+The function returns an integer value corresponding to the button that was pressed; its value can be determined by reference to the constants [IDOK..IDHELP]

It can be invoked like a procedure call (ie as a 'MessageBox()' statement rather than as a 'Variable := MessageBox()' function call)
+