JVCL Help:DSAShowMessageFmt

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Display a message box.

run\JvDSADialogs.pas


Pascal

 run\JvDSADialogs.pas
 procedureDSAShowMessageFmt(constDlgID: Integer; constMsg: string; constParams: arrayofconst; constCenter: TDlgCenterKind = dckScreen; constTimeout: Integer = 0; constADynControlEngine: TJvDynControlEngine = nil);


Parameters

Parameters Description
const DlgID: Integer ID of the dialog in the DSA system.
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

run\JvDSADialogs.pas


Description

  1. JVCLInfo

DSAShowMessageFmt is a replacement for Delphi's ShowMessageFmt. It allows you to optionally specify how the dialog is centered. The user can optionally disable the dialog in the future.

run\JvDSADialogs.pas


See Also

DSAShowMessage, ShowMessageFmt

run\JvDSADialogs.pas


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