I want to ask, in Lazarus, how can I make a multi-threading???
That's mean I want the program to control more than 1 job in the same time.
For example, the program can still sense the change of a TEdit, and in the same time, I can execute a procedure with looping.