Pascal

Moderators: None (Apply to moderate this forum)
Number of threads: 4106
Number of posts: 14016

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
MAKING A UNIT Posted by MACKIEAZ on 9 Feb 2005 at 2:26 PM
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!!!!!!!!!!!!!
Report
Re: MAKING A UNIT Posted by zibadian on 9 Feb 2005 at 10:34 PM
: 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)
Report
Re: MAKING A UNIT Posted by MACKIEAZ on 10 Feb 2005 at 12:19 PM
thanks a lot for the help you gave me....



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.