C++CodeDelphi

Learn How To Manipulate Date Time With This Easy Python Library In Delphi On Windows

We know how to manipulate Date Time in our Delphi/C++ Builder with n-number of APIs in TDateTime. Similarly, Python’s standard library and some other low-level modules have a near-complete date, time, and timezone functionality, but don’t work very well from a usability perspective like too many Modules and types, timezone, and timestamp conversions are verbose. To fill these gaps of usability…
Read more
DelphiRAD Studio

Learn How to Easily Create Ultra-Fast And Responsive Applications Using Delphi

OmniThreadLibrary is a Delphi multithreading library that greatly simplifies multithreading programming for Windows/VCL users. RAD Studio also has it’s own parallel programming library built in called TTask. You can get the amazing multithreading OmniThreadLibrary for Delphi from GetIt Package Manager What can you achieve with the OmniThreadLibrary: High-level…
Read more
DelphiShowcase

Impressive Native Windows PHP Code Editor And IDE Is Built In Delphi

Rapid PHP is a lightweight native code editor and IDE for PHP on Windows and it is built in Delphi. According to their site, “Rapid PHP editor is a faster and more powerful PHP code editor for Windows combining features of a fully-packed PHP IDE with the speed of the Notepad. Rapid PHP is the most complete all-in-one software for coding PHP, HTML, CSS, JavaScript and other web development…
Read more
C++CodeDelphi

Learn How To Use Python Functions With Keyword Arguments In A Delphi Windows App

In Delphi, we pass values to parameters while calling a function in an order the function parameters were defined. This is the same in Python as well called positional arguments. However, Python has additional features passing arguments to the function with Keyword(Named) Arguments. To know more about these Keyword Arguments check here. How to use such Python functions in Delphi? This post will…
Read more