[Lazarus] PropertyGrid hiding items
Mattias Gaertner
nc-gaertnma at netcologne.de
Fri Jun 28 13:38:46 CEST 2013
On Fri, 28 Jun 2013 11:12:48 +0200
Darius Blaszyk <dhkblaszyk at zeelandnet.nl> wrote:
>
>
> Hi,
>
> I'm using a propertygid in my application. The grid shows the properties
> of a number of inherited classes. However some classes do not use all of
> the properties from the base class. Is there a way to hide properties
> from the grid for child classes?
RegisterPropertyEditor(TypeInfo(TAnchorSide), TControl, 'AnchorSideLeft', THiddenPropertyEditor);
Mattias
More information about the Lazarus
mailing list