|
<< Click to Display Table of Contents >> Navigation: Demos > XIV > C++ > ContentHandlers > Unit1.h |
//---------------------------------------------------------------------------
#ifndef Unit1H
#define Unit1H
//---------------------------------------------------------------------------
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include
//---------------------------------------------------------------------------
class TIWForm1: public TIWAppForm
{
__published:// IDE-managed Components
TIWButton *IWButton1;
TIWButton *IWButton2;
TIWButton *IWButton3;
TIWMemo *IWMemo1;
void __fastcall IWButton3Click(TObject *Sender);
void __fastcall IWButton2Click(TObject *Sender);
void __fastcall IWButton1Click(TObject *Sender);
private:// User declarations
public:// User declarations
__fastcall TIWForm1(TComponent* Owner);
};
//---------------------------------------------------------------------------
#endif