: I need help how to make a unit as i forgot and i gave my teacher's notes to a friend and now she went for a holiday.
:
: Please tell me the steps how to make a unit
:
: thanks a lot for the great job you all do!!!!!!!!!!!!!
:
Here is the basic unit code:
unit UnitName;
interface
{ Global definitions }
implementation
{ Local Definitions }
{ Implementations of all definitions, if necessary }
{Optional: begin
Initialization code }
end.
For examples see the help files and demos (and possibly the standard unit sources)