Dracons Newbie cheater
Reputation: 0
Joined: 08 Nov 2016 Posts: 16
|
Posted: Mon Nov 14, 2016 8:47 am Post subject: [Delphi 7] Using Threads. |
|
|
Hello,
I am using a simple function on timer. The code is below:
| Code: | begin
edit1.text := CheckingTAB(TabID);
if edit1.text = ('TAB') then edit2.Text := ('TAB Pressed');
end; |
The CheckingTAB is just an reading string from memory.
How can I make it in thread? I am asking, because value of TabID is getting changed very quick and sometimes timer (on interval 1) is not rejecting it.
Thanks.[/code]
|
|