|
EZThread Component Version 3.0
for Delphi
EZThread component is an enhancement TThread class. It has been
designed to provide extremely easy but efficient implementation and
can be used whenever your codes need to be run in a thread. All
properties and events can be directly specified in the Object
Inspector.
The advantage of running your codes in a thread are many. For
example, you can run a procedure in the background and still let the
user operate your program or do other interface. Any procedure that
takes considerable CPU time to complete is worthwhile for you to
consider to run that procedure in a thread. These may include
copying a large amount of files, scanning or searching a disk drive,
sorting big arrays, checking and sending emails or other internet
operations and many others.
Using EZThread is a breeze. Drop the component in your form and
enter your codes(procedures) in the OnExecute event handler. Then,
to start the thread running, call the Execute method. To terminate
the thread, call Terminate. If you want to suspend the thread
without terminating it, you can use Suspend and then Resume to
resume the suspended thread.
Purchasing Information
EZThread costs US20.
We have assigned RegSoft to handle all our orders online. If you are
paying by a CREDIT CARD, POSTAL MAIL, FAX or
PHONE click on any one of the link below.
EZThread can be purchased at the following sites:
EZThread with source:
1.http://www.regsoft.net/purchase.php3?productid=63190
2.http://www.regsoft.net/purchase_nonsecure.php3?productid=63190
Phone Orders:
RegSoft.com Orderline - (Orders Only) Available 9am - 5pm:
U.S. and Canada:
1-877-REGSOFT (1-877-734-7638)
International:
1-770-319-2718
(Please mention EZThread PRODUCT ID = 63190)
|
 |