Muminjon
Hooking includes a range of methods for changing or expanding the behavior of an operating system, application, or other software parts by intercepting API function calls, messages, or events passed between software components. The code… … Read more
5 years ago in Delphi , delphi hook , hook delphi , hook windows , hook windows api , object pascal , programming , RAD Studio , Win32 , win64 , winapi , windows , windows api
0
Pabitra Dash
In C++, it is possible to create synonyms that can be used instead of a type name. This is achieved by creating a typedef declaration. This is useful in several cases, such as creating shorter… … Read more
5 years ago in Alias templates , C++ , cbuilder , Code , learn c++ , programming , RAD Studio , Templates , type aliases
0
Muminjon
Most of the time when starting a new big project you end up creating lots of modules for your application. Most of them could be dozens of different functions which helps to write less code… … Read more
5 years ago in amazon , automapper , Azure , Code , Delphi , dependency injection , JSON , memory cache , object pascal , Pooling , programming , quicklib , rtti , scheduled tasks , SMTP , threads , windows , yaml
0
Embarcadero
With almost 3,000 lessons created by music teachers for beginners to professional musicians playing any instrument, EarMaster is a comprehensive, consumer-grade app with extraordinary functionality that uses a variety of different technologies. Despite the app’s… … Read more
5 years ago in Delphi , FireMonkey , ios , macos , musician , object pascal , programming , Showcase , software
0
Muhammad Azizul
This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio: Conditions and Decision Making in Python GUI apps and gets the output. Decisions in a program are used when the…… … Read more
5 years ago in cbuilder , condition statements , Delphi , GuiProgramming , Learn Python , programming , Python , python gui , python4delphi , RAD Studio , radstudio , windows , windows app
0
Muminjon
When you create enterprise applications, and sometimes you need to automate administrative tasks in your system. With Delphi and GLibWMI components it is so easy. Through WMI you can control a local or remote Windows-based… … Read more
5 years ago in Delphi , delphi windows automation , delphi wmi , glibwmi components , object pascal , programming , RAD Studio , windows , windows management instrumentation , wmi
0
Pabitra Dash
C++ supports various string and character types, and provides ways to express literal values of each of these types. A string literal represents a sequence of characters that together form a null-terminated string. The characters… … Read more
5 years ago in C++ , char16_t , char32_t , Code , learn c++ , new character type , programming , RAD Studio , string literals , Unicode string literals , windows
0
Konstantin Tomov
The Arrays sample shows you how to use the TFDParam.ArrayType property to send arrays to a database server. To this end the ArrayType property is set to atTable.Note: This demo establishes a connection to the Interbase localhost server by default, using the SYSDBA user…. … Read more
5 years ago in android , Array , Code , database , Delphi , firedac , InterBase , ios , linux , macos , object pascal , programming , RAD Studio , windows
0
Diego Souza
To follow up our current engagement with Linux development, let’s take a look on this incredible pack of sample projects available for download, to show some amazing functions that you can use on your Linux… … Read more
5 years ago in Code , Delphi , FireMonkey , FMX , IDE , linux , object pascal , PAServer , programming , screenshot , Ubuntu
0
Konstantin Tomov
This sample shows the use of FireDAC database connection using SQLite. Also, it shows how to use a TBindNavigator control. Location You can find the FMGettingStarted project at: Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object… … Read more
5 years ago in android , Code , database , Delphi , firedac , ios , linux , macos , object pascal , programming , RAD Studio , SQLite , windows
0
Muminjon
Graphics32 is a graphics library for Delphi. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphics primitives. In most cases, Graphics32 considerably outperforms the standard TBitmap/TCanvas methods. However, they are rewritten to accelerate and… … Read more
5 years ago in Delphi , delphi graphics , delphi tbitmap , delphi tcanvas , delphi vcl , graphics32 , object pascal , programming , RAD Studio , vcl , windows
0