Unit1.h

<< Click to Display Table of Contents >>

Navigation:  Demos > 15 > C++ > BrowserSizes >

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;

TIWMemo *IWMemo1;

void __fastcall IWButton1AsyncClick(TObject *Sender, TStringList *EventParams);

void __fastcall IWAppFormCreate(TObject *Sender);

void __fastcall IWAppFormResize(TObject *Sender);

void __fastcall IWAppFormRender(TObject *Sender);

 

private:// User declarations

 void __fastcall GetIWBrowserInfo(TStringList *EventParams);

public:// User declarations

 __fastcall TIWForm1(TComponent* Owner);

};

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

#endif