How do I hide an inherited __published property in the derived class in a VCL component?
- by Gary Benade
I have created a new VCL component based on an existing VCL component. What I want to do now is set the Password and Username properties from an ini file instead of the property inspector.
Robert Dunn Link
I read on the delphi forum above you cannot unpublish a property and that the only workaround is to redeclare the property as read-only. I…