[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Shows a message box at a given screen position.
Source position: dialogs.pp line 510
procedure ShowMessagePos( |
const aMsg: String; |
X: Integer; |
Y: Integer |
); |
aMsg |
|
A string constant which is the message to ne shown. |
X |
|
The horizontal position of the messagebox. |
Y |
|
The vertical position of the messagebox. |
Shows a message box at a given screen position.
|
Show Message |
lazarus-ccr.sourceforge.net |