home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "OCHR.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TOKHelpRightDlg *OKHelpRightDlg;
- //---------------------------------------------------------------------
- __fastcall TOKHelpRightDlg::TOKHelpRightDlg(TComponent* AOwner)
- : TOKRightDlg(AOwner)
- {
- }
- //---------------------------------------------------------------------
- void __fastcall TOKHelpRightDlg::HelpBtnClick(TObject *Sender)
- {
- Application->HelpContext(HelpContext);
- }
- //---------------------------------------------------------------------
-