home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / ObjRepos / OKCNHLP2.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  694 b   |  20 lines

  1. //---------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "OKCNHLP2.h"
  6. //---------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TOKHelpRightDlg *OKHelpRightDlg;
  9. //--------------------------------------------------------------------- 
  10. __fastcall TOKHelpRightDlg::TOKHelpRightDlg(TComponent* AOwner)
  11.     : TOKRightDlg(AOwner)
  12. {
  13. }
  14. //--------------------------------------------------------------------- 
  15. void __fastcall TOKHelpRightDlg::HelpBtnClick(TObject *Sender)
  16. {
  17.     Application->HelpContext(HelpContext);
  18. }
  19. //--------------------------------------------------------------------- 
  20.