Home Component Writing

Field editor registration problem

edited January 2012 in Component Writing
Hello everybody,

I'm developing an own DataPipeline component (based on JITPipeline). This
requires the registration of the Field editor in order to define database
fileds at design time.
Unfortunately there is no description of the way how to register this editor
(neither in RBuilder.pdf nor in RBUILDER.HLP).
I tried to set the ComponentDesigner field as follow:

ComponentDesigner := TppFieldEditor.Create(aOwner);

But this was does not word. Can you tell me the right solution?

Many Thanks

Csaba Ol?h
s/w developer

Comments

  • edited January 2012
    For an example, check out ppRegPro.pas (or ppReg.pas if you are using RB
    Std) in RBuilder\Source. This unit contains the ReportBuilder Delphi
    design-time component registration.

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

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.