I am exploring Lazarus on and ad/hoc basis, and when I put a Tedit or a Tmemo object on the Form, and I execute it, the Memo field has as content "Memo1" or whatever its identifier is.
Usually I'd want the memo field to be empty, and I thought this would be a Property of the object to "not show" or "show" any content when starting. I have been through most of its properties and can't seem to find one that would make the object start empty.
I hope one does not have to code an empty value to the object in order for the object to contain no text when it starts.
So a brief "how to" would be appreciated.
Thanks!