chkaufmann 17 Posted August 29, 2019 Hi, I have a component with a string property that contains extra information. Instead of a simple text it can be a memo with many lines. What is the easiest way to have this property opened in a memo editor instead of a simple single line edit? Do I have to create my own property editor or is there a default one I can define for it? Christian Share this post Link to post
David Heffernan 2345 Posted August 29, 2019 (edited) Don't you just declare the property as TStrings? Use its Text property when you want a string representation including line feeds. Edited August 29, 2019 by David Heffernan 1 Share this post Link to post
chkaufmann 17 Posted August 29, 2019 Sure! It's an old component I wrote ten years ago and don't ask me why I created a String property in the first place. I changed it and all works fine now. Christian Share this post Link to post