09-09-2004, 02:51 PM
|
#9
|
|
Banned
Senior Member
Join Date: Jun 2002
Location: North Carolina
Posts: 6,549
Points: 0
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Quoted: 0 Post(s)
|
[quote  ost_uid0="RyusRevenge"] [quote ost_uid0="Dark Blanka"]what does tmyapp mean? the master yet and people peep <<<<that dont make sense..[/quote]
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]
:Oo: :suspect: :O ???
|
|
|