[Solved] Delphi firemonkey – Component that holds a reference to another object – creating an object instance
[ad_1] When you wish to modify data from an external object that is linked to your object (you have a reference to it stored) I think it might be best to use approach which I named “Property forwarding”. Now basically what you do in such approach is to define a property in your base object … Read more