Unit1.cpp

<< Click to Display Table of Contents >>

Navigation:  Demos > 15 > C++ > DemoCPP_FastMM4 >

Unit1.cpp

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

 

#include 

#pragma hdrstop

 

#include "Unit1.h"

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

#pragma package(smart_init)

#pragma resource "*.dfm"

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

__fastcall TIWForm1::TIWForm1(TComponent* Owner)

 : TIWAppForm(Owner)

{

 

}

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

 

void setAsMainForm() {

 TIWForm1::SetAsMainForm();

 }

#pragma startup setAsMainForm