Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Property setters cannot take var paramaeters

Status
Not open for further replies.

mghafoori

Programmer
Feb 7, 2002
16
0
0
US
hello:
I am using an activex component called Cryptocx which is used for PGP encryption. when i try to compile the package, i receive the following error:
EasyByte_Cryptocx_TLB.pas(1246): Property setters cannot
take var paramaeters
I have talked to the author and they said it doesn't use var parameters. anyone used this component before? and have you encountered the same problem. any help?
 
The ...TLB.pas (type library file) is generated from the OCX, but you can edit it.

Try modifying the type library by removing the 'var'

Cheers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top