home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Pro 1999 February
/
DPPCPRO0299.ISO
/
February
/
Delphi
/
Install
/
DATA.Z
/
VARTOINT.DPR
< prev
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
|
1996-06-11
|
177 b
|
13 lines
program VarToInt;
uses
Forms,
Main in 'Main.pas' {OleWordForm};
{$R *.RES}
begin
Application.CreateForm(TOleWordForm, OleWordForm);
Application.Run;
end.