Shows a message assembled from a format string and an array of arguments.
Source position: dialogs.pp line 939
procedure ShowMessageFmt( |
const aMsg: string; |
Params: array of Const |
); |
aMsg |
|
The format string. |
Params |
|
The parameters to be inserted in the message. |
This procedure is an extension to the ShowMessage procedure. The parameters it takes are the same as the Format function.
|
Displays the specified message text. |
| Version 4.6 | Generated 2026-02-20 | Home |