[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 509
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.
|
Show Message |
lazarus-ccr.sourceforge.net |