What is contained in the code Unit of Delphi?

Questions by SachinDeo   answers by SachinDeo

Showing Answers 1 - 9 of 9 Answers

EditCDC

  • Jul 16th, 2009
 

To add a new code unit in Delphi
choose File-New ... Unit.

//**blank code unit

unit Unit2;
interface
{interface code goes here}
implementation
{implementation code goes here}
end. //this ends the unit

  Was this answer useful?  Yes

nazanin

  • Feb 26th, 2015
 

what is delphi method?

  Was this answer useful?  Yes

A Lea

  • Jul 22nd, 2017
 

Object Pascal

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions