Is it possible to use procedures( a timer specifically) to use other procedures in delphi?
Name:
Anonymous2008-04-15 16:10
>>6
I have a procedure that splits a real value into characters I want this procedure to be used when I press a button and also in a timer, I could copy the code directly from the procedure into the button procedure and the timer both but this seems like lazy programming.