[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Shows a message assembled from a format string and an array of arguments.
Source position: dialogs.pp line 924
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.0 | Generated 2025-05-03 | Home |