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

ShowMessagePos

Shows a message box at a given screen position.

Declaration

Source position: dialogs.pp line 510

procedure ShowMessagePos(

  const aMsg: String;

  X: Integer;

  Y: Integer

);

Arguments

aMsg

  

A string constant which is the message to ne shown.

X

  

The horizontal position of the messagebox.

Y

  

The vertical position of the messagebox.

Description

Shows a message box at a given screen position.

See also

ShowMessage

  

Show Message

The latest version of this document can be found at lazarus-ccr.sourceforge.net.