home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 December
/
Chip_2001-12_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d3456
/
POWERPDF.ZIP
/
PowerPdf
/
Example
/
DBExample
/
DBExample.dpr
next >
Wrap
Text File
|
2001-09-15
|
199b
|
14 lines
program DBExample;
uses
Forms,
UDBExample in 'UDBExample.pas' {Form1};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
end.