Skip to main content
A newer version of this page is available. .

dxShowMessageFmt(string,Untyped[]) Method

Displays a message dialog box with a formatted message.

Declaration

procedure dxShowMessageFmt(const AMessage: string; AArguments);

Parameters

Name Type Description
AMessage string

Content of the message dialog box.

AArguments

Specifies the parameters assembled into the message.

Remarks

Call this procedure to display a simple message box with an OK button. The message box uses the application’s name as a caption.

Message Dialog Box Example

See Also