[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Dialogs' (#lcl)

ShowMessageFmt

Shows a message assembled from a format string and an array of arguments.

Declaration

Source position: dialogs.pp line 731

procedure ShowMessageFmt(

  const aMsg: string;

  Params: array of Const

);

Arguments

aMsg

  

The format string.

Params

  

The parameters to be inserted in the message.

Description

This procedure is an extension to the ShowMessage procedure. The parameters it takes are the same as the Format function.

See also

ShowMessage

  

Displays the specified message text.


Version 3.2 Generated 2024-02-25 Home