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

dxShowMessagePos(string,Integer,Integer) Method

Invokes the message dialog box at the specified position on the screen.

Declaration

procedure dxShowMessagePos(const AMessage: string; X: Integer; Y: Integer);

Parameters

Name Type Description
AMessage string

Content of the message dialog box.

X Integer

A horizontal offset (in pixels) of the upper-left form corner from the upper-left screen corner.

Y Integer

A vertical offset (in pixels) of the upper-left form corner from the upper-left screen corner.

Remarks

Call this procedure to display an information message box without a system icon. The created message dialog box uses the application name as a caption.

Message Dialog Box Example

See Also