I am using a property inspector (for example the nice JvInspector in the JVCL library) which nicely lets me view and edit the published properties of my class 'TMyClass'. TMyClass
descends from TFrame
and has a few published properties that are the only ones that I require to see and edit. Of course TFrame
has lots of VCL properties, all published, which I see too.
How can I suppress the ancestor property RTTI and just leave my own published properties? I'm using XE3 so the world is my oyster... maybe.
TJvInspector
that ignores properties based on your requirements. – Iodometry