home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1997 May
/
Pcwk0597.iso
/
borland
/
cb
/
setup
/
cbuilder
/
data.z
/
OCHR.CPP
< prev
next >
Wrap
C/C++ Source or Header
|
1997-02-28
|
690b
|
20 lines
//---------------------------------------------------------------------
#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);
}
//---------------------------------------------------------------------