How do I create a property in win32

Posted by Malcolm on May 23, 2001

I can create properties for a customer component in Delphi 16 bit.
But when I try to use the code in Delphi 32 bit version 4 I get an error.
Can you help?


Re: webmaster Guido on May 24, 2001

Try to isolate the problematic code: eliminate parts of your code, until you only have the absolute minimum that generates the error in Delphi 4.

Next, give us some more info:

- a detailed description of the error;
- some lines of programming code. Not the entire unit, but a skeleton with the part that gives the error.