On Wed, 11 Nov 2015 18:45:52 +0100
Gabor Boros <[email protected]> wrote:

> Hi All,
> 
> I use a property grid in my application and don't want to advertise my 
> class names to the users. For example (TSizeConstraints) displayed next 
> to Contraints. Any idea how to hide class names or override at 
> object(TPersistent) level?

You cannot decrease visibility in Free Pascal.
You can hide properties in the Object inspector. For example

  RegisterPropertyEditor(TypeInfo(TAnchorSide), TControl, 'AnchorSideLeft', 
THiddenPropertyEditor);

Mattias

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

Reply via email to