How To Set Properties Of A New Windows VCL Component In C++
February 1, 2022
How can I add custom properties to my new component in a VCL application? What is the syntax for the component property? How can I add a visual property to my VCL component that can be read or written by the Object Inspector? How can I create a property that can be edited via the Object Inspector at design time and via code at run-time? What is the __published: section in Classes (Type Objects) in…