home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
Chip_2003-01_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d23456
/
COOLTRAY.ZIP
/
demos
/
CustomHint2
/
BigHintDemo.dpr
< prev
next >
Wrap
Text File
|
2002-04-11
|
195b
|
14 lines
program BigHintDemo;
uses
Forms,
BigHint in 'BigHint.pas' {Form1};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.