Link to home
Start Free TrialLog in
Avatar of GiantMatrix
GiantMatrix

asked on

Components and threads question

Hi,

I need to build a Delphi component for my own application that will make recursive search in all hard disk files, so I need to know if it is possible that I build a component which is based on TThread instead of TComponent?

If yes can someone please give me an example of how to define a component which will be based on thread, and if not can someone please tell me the appropriate solution if I want to make the component operations done by a thread.

Thanks in advance for your time
ASKER CERTIFIED SOLUTION
Avatar of 2266180
2266180
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial