Questions tagged [tthread]
92 questions
-2
votes
1 answer
TThread inside component's Code -Delphi 7
I have created a new component to play the wave & MP3 files the component contains Tprogressbar and Play Button for tracking the playing position , and I have acheived this by using TIdThreadComponent inside loop , The components works perfect , But…

Issam
- 65
- 5
-3
votes
2 answers
Delphi: TThreadList sometimes lock program
Sometimes this function locks my program, and it's freezes until i close it.
What is wrong here ?
function del_from_list(id:string):boolean;
var i : integer;
begin
Result := True;
try
with global_list.LockList do
begin
for i:=0 to…

jmp
- 2,456
- 3
- 30
- 47