home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 December
/
Chip_2001-12_cd1.bin
/
zkuste
/
delphi
/
kompon
/
d23456
/
CAJSCRTP.ZIP
/
demo_kylix
/
mtest3.ifs
< prev
next >
Wrap
Text File
|
2001-05-02
|
154b
|
16 lines
Program IFSTest;
type
TPoint = record
x,y: Integer;
end;
var
v: Variant;
P: TPoint;
Begin
v := P;
writeln(GetType(V));
End.