BorlandDave
Programmer
I know it is possible to change the value of a static label by:
Label1->Caption="Some text";
But how do you change the content of a TMemo item? Thanks for any help.
Label1->Caption="Some text";
But how do you change the content of a TMemo item? Thanks for any help.