Unit1.h

<< Click to Display Table of Contents >>

Navigation:  Demos > XIV > C++ > ReverseProxy >

Unit1.h

//---------------------------------------------------------------------------

 

#ifndef Unit1H

#define Unit1H

//---------------------------------------------------------------------------

#include 

#include 

#include 

#include 

#include 

#include 

#include 

#include 

#include 

#include 

#include 

#include 

 

//---------------------------------------------------------------------------

class TIWForm1: public TIWAppForm

{

__published:// IDE-managed Components

TIWButton *IWButton1;

TIWMemo *IWMemo1;

void __fastcall IWAppFormRender(TObject *Sender);

void __fastcall IWButton1Click(TObject *Sender);

private:// User declarations

public:// User declarations

 __fastcall TIWForm1(TComponent* Owner);

};

//---------------------------------------------------------------------------

#endif