View Single Post
Old 09-09-2004, 10:44 PM   #2
Riseabove
Senior Member
Junior Member
 
Join Date: Jul 2004
Location: Long Island NY
Posts: 116
Post Thanks / Like
Thanks (Given):
Thanks (Received):
Likes (Given):
Likes (Received):
Dislikes (Given):
Dislikes (Received):
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
Send a message via AIM to Riseabove Send a message via MSN to Riseabove Send a message via Yahoo to Riseabove
Default

[quoteost_uid0="RyusRevenge"]From a website:

All of TV-based applications are inherited from TApplication class. So, if you see the simplest TV program, it would be roughly look something like this:

uses App;

type
TMyApp = object(TApplication)
end;

var MyApp : TMyApp;

begin
MyApp.Init;
MyApp.Run;
MyApp.Done;
end.
Wow, simple! Let's run it and see how is it look like. Then, to extend your application, you can simply inherit the methods in TApplication. That's how it works.
-----------------------------------------------------------
its basically a procedure used in pascal for dos programming.

T = tv
My = means what it says
App = application
[/quote]
OMG THAT IS THE MOST UBER SHIZNIT I HAVE EVER SEEN IN MY LIFE! ! ! ! ! AFTER READING THIS I NO LONGER FEAR DEATH! ! :buttrock:
__________________
[img:sig_uid]http://img.photobucket.com/albums/v371/Riseaboveone/omgf.jpg[/img:sig_uid]
<marquee> Textbook ownage right here...

http://www.media.ebaumsworld.com/ind...e=jockbeat.wmv
Riseabove is offline   Reply With Quote
 
Page generated in 0.04924 seconds with 14 queries