GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  Delphi

 Print  |  
Question:  What are Delphi units?



May 05, 2008 06:22:51 #1
 ruvenkat   Member Since: May 2008    Total Comments: 1 

RE: What are Delphi units?
 
Unit is nothing but a text file that can be complied in a module of code.
there are 2 different types of units
Project Source unit and it can be saved with an extension of .DPR
and
Source code unit with an associated form and can be saved with an extension of .PAS
     

 

Back To Question