VB to Delphi

From: Ed Dressel (none)
Date: 12/31/03


Date: Wed, 31 Dec 2003 08:02:58 -0800

I have been given a DLL that I neet to use, and have been given the
following VB example:

BridgeModule = New Bridge
BridgeModule.ii_age = CInt("35")
BridgeModule.is_sex = "M"
...

How would I do this in Delphi?

Thanks,
Ed Dressel