Home General

How to gain access to the component when deviating from TppJvCustomInspectorItem?

edited August 2010 in General
Hi,

as topic name says, I wonder how to gain access to the component I want
to create a custom editor for one of its properties.

There is a Data.AsOrdinal from which I can get the property value only,
I think. But if I need to access other properties of the component, what
do I have to do then? The problem is, the property I need to edit, is a
simple Integer value, so I don't have anything like an owner or something.

Hope you can help, thanks in advance.

Comments

  • edited August 2010
    On 09.08.2010 12:15, Nicola Studer wrote:
    Sorry for missing information (if needed):

    Delphi 7, RB 11.06
  • edited August 2010

    For an example check out TppInspectorDialogItem.GetComponent in
    ppInspector.pas.


    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com



    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited August 2010
    On 09.08.2010 16:47, Nard Moseley (Digital Metaphors) wrote:
    Worked for me, thanks.
This discussion has been closed.