Společnost Embarcadero do konce srpna rozšířila stávající PROMO akci a poskytuje tak nyní plošně slevu na všechny edice vývojových nástrojů RAD Studio, Delphi a C++Builder ve výši 20% a navíc namísto 1 roku předplatného v ceně, získáte celkem roky 2!
Nenechte si ujít tuto jedinečnou příležitost, platnou pouze do 31. srpna 2023!
Description
With AsyncCalls you can execute multiple functions at the same time and synchronize them at every point in the function or method that started them. This allows you to execute time consuming code who's result is needed at a later time in a different thread. While the asynchronous function is …Informations
- Status: Fully functional
- Source: Included
- Size: 36kB
Platforms: C2k10, C2k6, C2k7, C2k9, CBXE, D2005, D2006, D2007, D2009, D2010, D5, D6, D7, DXE
By William Yang.
Freeware + source 10 Jul 2013Description
Demo Codes This code, sleeps for 5 seconds, and shows message box. Run(TAsyncTask, // Execute procedure (ATask: IAsyncTask) begin Sleep(5*1000); end, // Finish procedure (ATask: IAsyncTask) begin ShowMessage(’Finished’); end ); This code downloads google’s logo png file, …Informations
- Status: Fully functional
- Source: Included
- Size: 81kB
Platforms: DXE3, DXE4
By Boian Mitov.
Freeware + source 12 Nov 2015Description
The components allow you to write multithreaded applications within a minutes. All the synchronization and the basic critical sections are implemented. Less time consuming progress and information browse mechanism. You can group the threads within a groups, start stop them, update the information …Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 484kB
Platforms: C10, C2k10, C2k6, C2k7, C2k9, CB1, CB3, CB4, CB5, CB6, CBXE, CBXE2, CBXE3, CBXE4, CBXE5, CBXE6, CBXE7, CBXE8, FM, FM2
By CitiSoft Inc.
01 Apr 2004Description
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 …Informations
- Status: Fully functional
- Source: On purchase/registration
- price: $20
- Size: 58kB
Platforms: D3, D4, D5, D6, D7
By Jyrki Kyllonen.
Freeware + source 08 Sep 2010Description
Two classes for easy multi-threading, TStaticThreadPool and TDynamicThreadPool. Allows you to utilize the power of multi core CPUs without much work to speed up your programs. Source, HTML-documentation and a demo project are included. Compatible with various Delphi versions and the free Lazarus …Informations
- Status: Fully functional
- Source: Included
- Size: 44kB
Platforms: D2005, D2006, D2007, D2009, D2010, D4, D5, D6, D7
By Lucian Radulescu.
12 Sep 2006Description
Start your own multi-thread application using this model. Full source code will reveal secrets of synchronizing various objects (threads, semaphores, events, critical sections and more ...). Also, if you have Interbase installed you can extend your tests using databases.Informations
- Status: Demo only
- Source: On purchase/registration
- price: $78
- Exe demo: included
- Size: 2 384kB
Platforms: D2006
Description
OmniThreadLibrary is simple to use threading library for Delphi. It's main points are power, simplicity, and openness. With just few lines of code, you can set up multiple threads, send messages between them, process Windows messages and more.Informations
- Status: Fully functional
- Source: Included
- Size: 8 138kB
Platforms: D10, D2007, D2009, D2010, DXE, DXE2, DXE3, DXE4, DXE5, DXE6, DXE64, DXE7, DXE8
By Mauro Venturini.
Freeware + source 24 Feb 2003Description
The TThread.Synchronize causes a method to be executed using the main thread, thereby avoiding multi-thread conflicts (expecially on the VCL). Unfortunately it only supports parameterless methods. This unit provides techniques to extend this to methods with parameters. Any method of a thread …Informations
- Status: Fully functional
- Source: Included
- Size: 9kB
Platforms: D7
Description
PID Loop Control with velocity PID algorithm: TPIDThreaded.Informations
- Status: Fully functional
- Source: On request
- Size: 247kB
Platforms: D5, D6, D7
By Boian Mitov.
Freeware + source 11 Nov 2015Description
Do you need to write a multithreaded applications? Are you annoyed of writing lines and lines of code for threads synchronization and CriticalSections for data protection? Would you believe that the thread is just a click away? Well here it is, the TBMThread is a native VCL component implementing …Informations
- Status: Fully functional
- Source: Included
- Exe demo: included
- Size: 334kB
Platforms: D10, D2005, D2006, D2007, D2009, D2010, D5, D6, D7, DXE, DXE2, DXE3, DXE4, DXE5, DXE6, DXE64, DXE7, DXE8, FM, FM2, FM3
By First Internet Software House.
Freeware + source 31 Jul 2000Description
This component creates thread and uses it to call its ’OnThreadChange’ Event whenever the ’Change’ method is invoked. It’s very useful for components, like TEdit and TComboBox, where a database lookup or other slow process will slow down the user interface.Informations
- Status: Fully functional
- Source: Included
- Size: 3kB
Platforms: CB3, CB4, CB5
By Greg Lorriman.
Freeware + source 05 Oct 1998Description
Quick and easy threading in a component. Does not protect user from normal thread issues. Beginners might like to dip their toes into the deep dark sea with this one.Informations
- Status: Fully functional
- Source: Included
- Size: 13kB
Platforms: D2, D3
By Aleksej Petrov.
Freeware + source 07 Jan 2002Description
Component allows to create a pool of threads for processing long time request. Number of threads managed automaticaly.Informations
- Status: Fully functional
- Source: Included
- Size: 21kB
Platforms: CB4, CB5, D4, D5, D6
Description
ThreadPro is a set of basic classes for multithread programming use. The TThreadTask derived from Delphi's native TThread class and has some advanced features. The TThreadPool manages its internal threadtasks. You can set a threadcount to the object.Informations
- Status: Fully functional
- Source: Included
- Size: 1 076kB
Platforms: D6, D7
By Alex Dark.
CS 16 Apr 2006Description
TIdleAction is a Delphi component designed specifically for detecting system-wide user-inactivity time (idle time) and performing actions after the specified interval. It works just like ICQ's "away detector." It works perfectly fine on all Windows OS. The major advantage of this …Informations
- Status: Demo only
- Source: Included
- price: $29
- Size: 325kB
Platforms: D5, D6, D7
Description
The TMultiTasker was designed to easily build Multi-Threaded applications. It is very easy to use and it contains some explanations and examples to understand quickly the requirements of multithreading.Informations
- Status: Fully functional
- Source: Included
- Size: 20kB
Platforms: CB3, CB4, CB5, D3, D4, D5
By TEDSoft.
Freeware + source 14 Apr 1997Description
Idle task scheduler - allows to perform tasks in multiple local OnIdle-Handler with priority handling. Component for plug-in into your forms or as outlet to integrate into your objects.Informations
- Status: Fully functional
- Source: Included
- Size: 8kB
Platforms: D2