[Lazarus] UnlistPublishedProperty

silvioprog silvioprog at gmail.com
Sat Jun 9 22:11:43 CEST 2012


2012/6/9 Mattias Gaertner <nc-gaertnma at netcologne.de>
> On Sat, 9 Jun 2012 15:39:43 -0300
> silvioprog <silvioprog at gmail.com> 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




More information about the Lazarus mailing list