Blog

Calculate the execution time of code

Abstract: This article describes a method for calculating the Delphi code execution time. The source code of the calculation unit is given. Let us try to calculate the execution …
Read next

Calling a Private Method of Other Class

Sometimes it is necessary to call a private method of a class saved in another module. It contradicts the OOP principles used in Delphi, but one can try to execute such an …
Read next