Hi all
Hi all
what unit do I need to add to be able to use
TFloatProperty
I am trying to use an old component that uses that
(originally was in the units
designintf,
DesignEditors,
dsgnintf,
thanks for any tips/help!
Brian
what unit do I need to add to be able to use
TFloatProperty
I am trying to use an old component that uses that
(originally was in the units
designintf,
DesignEditors,
dsgnintf,
thanks for any tips/help!
Brian
a clue: To use the DesignEditors and DesignIntf units with Delphi, you need to add the following compiler option on the Compiling page in Project Options:
ReplyDelete-LUDesignIDE
found the solution :)
ReplyDeleteYou need to add the "DesignIDE" package to the "Requires" list of your design-time
package (which must be a separate package from your component's run-time
package in order to use property/component editors).
--
Remy Lebeau (TeamB)
Brian Hamilton Exactly. Btw before you run into this problem: It needs to be a designtime only package because you are not allowed to ship DesignIDE.
ReplyDelete