![]() |
|
|
|||
| This
page represents articles written on topics that I spent considerable
time on researching or resolving an issue. All articles are based
on real life projects so hopefully you will find some use for them
during your own adventures.
And here are some Delphi Presentations I have been giving at ADUG meetings. |
|||||
| C++ Builder Tutorials | |||||
| TWaitEventThread 2nd October 2002 |
MJFSecurity has internal threads designed to perform regular security checks and perform background tasks related to monitoring of tamper attempts as well as maintaining registration details (regularly). | ||||
| The download includes an 18 page PDF file along with a sample demonstration application. The contents of the source code was the original prototype used to build the final version in MJFSecurity v5.10 which has some additional enhancements not found in this document. I did not update the document because the purpose of the tutorial was to show how it was done without overwhelming the contents with highly developed code. | |||||
| ThreadSemaphore 21st October 2002 |
At the time of this writing there was a flavour of questions being asked by programmers starting to work with threads that dealt with limiting the number of threads running at any given time. I decided to write this small tutorial to cover the area of 'worker threads', problems with blocking the main VCL thread and limiting the number of running threads using a semaphore. | ||||
| Object
Factories 17th April 2003 |
This is a simple example of creating an Object Factory with a little help from the TMetaClass information provided by the VCL. | ||||
| Streaming
Collections 9th May 2003 |
This is a tutorial showing how you can use TOwnedCollection and TCollectionItem derived objects to simplify the persistent storage of data. | ||||
|
|
|||||
| Template
based classes 12th March 2003 |
This presentation looks at creating template based classes similarly to what is produced in a C++ environment. Although not exactly the same it is close enough under most circumstances. The download includes a slideshow, PDF document of presentation with a full explanation of everything covered. Three demo projects are also included. | ||||
| Iterators 14th May 2003 |
This presentation gives an overview of implementing the iterator pattern in Delphi. The download includes 4 demo projects as well as a the PowerPoint presentation and a PDF document covering everything discussed. | ||||
| Threads
in Delphi 12th May - 9th June 2004 |
This presentation was spread over two months due to the amount of content - and would you believe this is still only the beginning of what threading is all about. The download includes the original PowerPoint file (with notes) as well as several demos. | ||||
|
|||||
|
|
|||||