2012/6/9 Mattias Gaertner <[email protected]>
> On Sat, 9 Jun 2012 15:39:43 -0300
> silvioprog <[email protected]> wrote:
>
> > Hello,
> >
> > In Lazarus, what function is similar to UnlistPublishedProperty(*)?
> >
> > The UnlistPublishedProperty(*) unpublish a property from Object
> > Inspector.
> >
> > Thanks,
> >
> > (*)
> >
> > http://docwiki.embarcadero.com/Libraries/en/DesignIntf.UnlistPublishedProperty
>
> For example:
>
> RegisterPropertyEditor(TypeInfo(TAnchorSide), TControl,
> 'AnchorSideLeft', THiddenPropertyEditor);
>
> Mattias

YYYEEESSS!!! :D

Worked fine with:

(...)
  RegisterPropertyEditor(TypeInfo(TSQLTransaction), TJDODataBase,
    'Transaction', THiddenPropertyEditor);
(...)

Thank you very much Mattias! :)

--
Silvio Clécio
My public projects - github.com/silvioprog

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to