Reputation: 1361
I need to modify the behavior of the built-in FMX TMemo control. I never done this before and want to know what's the proper way to do it. Under C:\Program Files (x86)\Embarcadero\Studio\21.0\source\fmx
I found there are several related files:
Should I copy them to the root of my current project folder and start editing them? Should I rename TMemo
in these files to some other name, or can I just use TMemo
? What else should I do to let my application code recognize them instead of the built-in TMemo
?
Btw, I'm using Delphi 10.4.2 on Windows.
Upvotes: 0
Views: 154