[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Shows a message box at a given screen position.
Source position: dialogs.pp line 925
procedure ShowMessagePos( |
const aMsg: string; |
X: Integer; |
Y: Integer |
); |
aMsg |
|
A string constant which is the message to be shown. |
X |
|
The horizontal position of the messagebox. |
Y |
|
The vertical position of the messagebox. |
Shows a message box at a given screen position.
|
Displays the specified message text. |
Version 4.0 | Generated 2025-05-03 | Home |