Answer the question
In order to leave comments, you need to log in
How to make, that in delphi it was possible to use procedure for graphic objects?
I have a procedure, but it does not see the component, mmo1 (memo) , because this is a separate function that I wrote. I understand that you have to click on the memo object and only write code there? It’s just that I have a recursion with a procedure, it’s not clear then how I can implement this in a memo.
Answer the question
In order to leave comments, you need to log in
Or make this procedure a method of the form on which this memo lies.
Or refer to it as Form1.mmo1.Text where Form1 is your form.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question