Q&A

  • MessageDlg를 사용하여 도움말 구현
대부분 HelpCtx란은 보통 0으로 셋팅하는데



0이 아닌 다른 것으로 입력했을 때 Help화일를 불러들이는 것같습니다!



MessageDlg를 사용하여 Help를 구현하는 방법을 알고 싶습니다!

(코딩예 포함)



도움말에 있는 내용

function MessageDlg(const Msg: string; AType: TMsgDlgType;

AButtons: TMsgDlgButtons;

HelpCtx: Longint): Word;



HelpCtx에 대한 설명

Use the HelpCtx parameter to specify the context ID for the help topic

that should appear when the user clicks the help button or

presses F1 while the dialog is displayed.



최수영올림

0  COMMENTS