[Lazarus] UnlistPublishedProperty
Mattias Gaertner
nc-gaertnma at netcologne.de
Sat Jun 9 22:05:51 CEST 2012
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
More information about the Lazarus
mailing list