[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Displays a message box with an OK button.
Source position: line 0
procedure ShowMessage( |
AMessage: String; |
ATitle: String; |
ACentreText: Boolean = false |
); overload; |
AMessage: String; |
ACentreText: Boolean = false |
); overload; |
AMessage |
|
AMessage parameter is the message string that appears in the message box. |
ATitle |
|
ATitle parameter is the string that appears as the caption of the message box. |
AMessage |
|
AMessage parameter is the message string that appears in the message box. |
Call ShowMessage to display a simple message box with an OK button. If ATitle is not specified the caption of the message box will be 'Message'.