To create Delphi Windows Forms Application and Windows Form
 
 
 

                How to create  new  Delphi Windows Forms Application  


    
 
 

 The steps to create  new Project - work_Delphinet

  Run Broland Delphi 8 for the Microsoft .NET Framework
 
  On the File menu , click  New. and then click Windows Forms Application.

  New Project - Project1 and New File name WinForm.pas appears.
 

                 Form created

 

           On the View menu , click  Project Manager. In Project Manager appears all components created by system...
 
                 Project Manager :

 
 
     Rename  the  components created ...
 
1.  Project1 -  Windows Forms Application created
 
Old New
File Name: Project1.bdsproj work_Delphinet.bdsproj
   
2.  WinForm.pas - the File name  created
 
  Old New
File Name: WinForm.pas mainform .pas
   
3.  TWinForm-  Form  name created
 
  Old New
Name: TWinForm TmainForm
   
  The codes  corresponding to the Windows Form created by system ....     File name - WinForm.pas
 
        On the View menu , click  Project Manager. In Project Manager appears all components after rename ...
 
                    Project Manager :

 

 

 The modification of the Unit Project1  created by the system,  the codes  ...,
 




 


Previous Home
2
Next