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

Comments

  1. 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:
    -LUDesignIDE

    ReplyDelete
  2. found the solution :)
    You 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)

    ReplyDelete
  3. 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

Post a Comment