|
|
Delphi ProgrammingLyapin IlyaLatest ArticlesThe Dining Philosophers Problem. Part 3. TForks explanation.
This article continues the detailed program explanation. Now let's look at the The Dining Philosophers Problem.Part 2. TPhilosopher class.
This article starts the detailed program explanation. Now let's look at the The Dining Philosophers Problem. Part 1. This article is dedicated to the famous dining philosophers' problem, which was proposed by Edward Dijkstra in 1965. The problem is a classical demonstration of deadlock problems in the concurrent programming.
RTTI is undocumented in Delphi 3,Delphi 4, Delphi 5 as well as in any version of C++ Builder. There are two places RTTI part 4. Using RTTI with properties
This article continues the review of RTTI possibilities. We'll learn the generic way of changing any property of any RTTI Part 3. Working with property's defaults.
Each published property can have a default value. This article explains how to extract information about the property's RTTI Part 2. Getting object property listing. This article will continue exploration of the run-time type information (RTTI). In this article you will learn how to get the names of published properties using RTTI. Run-time type information. Part 1 This article provides an introduction to run-time type information (RTTI). RTTI is information that Delphi stores in the compiled binary file of your application.
Imagine that your application needs to perform a time-consuming operation (such as an automation server call, saving
In the previous article we began to write a simple |
|
|
|
|
|
|
|