Hi people ,
I have an easy question(but lack the knowledge in Delphi),
I have a piece of code that i want to run but don't want to type it over for every time
it has to be run (not very good coding then). Is there a way i can place it in a procedure
or function and just call it every time(like a method).
An Example would be clearing a bunch of TEdit boxes at different button events or Naming Labels based on Grid columns?
#Note I'm working with Delphi 6