티스토리 뷰

Delphi

procedure ShowMessagePos(const Msg: string; X, Y: Integer);

C++

extern PACKAGE void __fastcall ShowMessagePos(const System::UnicodeString Msg, int X, int Y);

Properties

Type

Visibility

Source

Unit

Parent

procedure

function

public

Vcl.Dialogs.pas

Vcl.Dialogs.hpp

Vcl.Dialogs

Vcl.Dialogs

Description

Displays a message box at a specified location.

Call ShowMessagePos to display a simple message box with an OK button at a specified location.

The name of the application's executable file appears as the caption of the message box.

The Msg parameter is the message that appears in the message box.

X and Y specify the screen coordinates where the message box should appear.

A value of –1 means that the message box can appear anywhere in the specified dimension.

To display a message in a message box with other buttons, or with an icon, use the MessageDlg function.

Note: If the user types Ctrl+C in the message box, the text of the message is copied to the clipboard.

 

지정된 위치에 메시지 상자를 표시합니다.

ShowMessagePos를 호출하여 지정된 위치에 OK 버튼이 있는 간단한 메시지 상자를 표시합니다.

응용 프로그램의 실행 파일 이름이 메시지 상자의 캡션으로 나타납니다.

Msg 매개 변수는 메시지 상자에 나타나는 메시지입니다.

XY는 메시지 상자가 나타날 화면 좌표를 지정합니다.

-1 값은 메시지 상자가 지정된 차원의 아무 곳에나 나타날 수 있음을 의미합니다.

다른 버튼 또는 아이콘이 있는 메시지 상자에 메시지를 표시하려면 MessageDlg 함수를 사용하십시오.

참고: 사용자가 메시지 상자에 Ctrl + C를 입력하면, 메시지의 텍스트가 클립 보드로 복사됩니다.

 

coordinates

(수학) 좌표(座標)

dimension 미국·영국 [daɪ|menʃn;dɪ|menʃn]   영국식   중요

1. (공간의) 크기, (높이・너비・길이의) 치수
2. (
상황의) 규모
3.
차원; 관점

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/Vcl.Dialogs.ShowMessagePos

'프로그래밍 언어 > Delphi' 카테고리의 다른 글

[Reference] System.Seek  (0) 2017.02.21
[Reference] System.SysUtils.Format  (0) 2017.02.20
[Reference] Vcl.Dialogs.MessageDlg  (0) 2017.02.18
[Reference] System.High  (0) 2017.02.17
[Reference] System.SysUtils.StrCopy  (0) 2017.02.16
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함