JVCL Help:ShowMessageFmt
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: ShowMessageFmt procedure
Search in JVCL Help
Search in all projectsSummary
Display a message box.
Pascal
run\JvDSADialogs.pas
procedureShowMessageFmt(constMsg: string; constParams: arrayofconst; constCenter: TDlgCenterKind = dckScreen; constTimeout: Integer = 0; constADynControlEngine: TJvDynControlEngine = nil);
Parameters
Parameters | Description |
const Msg: string | Contains the message to display. |
const Params: array of const | Parameters to use for formatting. |
const Center: TDlgCenterKind = dckScreen | Indicates how the dialog is to be centered. The default is to center on the screen, but you can specify to center on the main form or the active form. |
const Timeout: Integer = 0 | Description for this parameter |
const ADynControlEngine: TJvDynControlEngine = nil | Description for this parameter |
Description
- JVCLInfo
ShowMessageFmt is a replacement for Delphi's ShowMessageFmt. It allows you to optionally specify how the dialog is centered.
See Also
DSAShowMessageFmt, ShowMessage
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page