home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
Runimage
/
Delphi50
/
Demos
/
Cpl
/
Date
/
CPLDEMO.DPR
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1999-08-11
|
285 b
|
18 lines
library CPLDemo;
uses
CtlPanel,
main in 'main.pas' {DTConfig: TAppletModule},
ufrmdt in 'ufrmdt.pas' {frmDateTime};
exports CPlApplet;
{$E cpl}
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TDTConfig, DTConfig);
Application.Run;
end.