Muhammad Azizul
Python is object-oriented but also supports functional programming. This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio: Functions in Python GUI and gets the output. We will learn about…… … Read more
4 years ago in cbuilder , Delphi , functions , GuiProgramming , Learn Python , programming , Python , python gui , python4delphi , RAD Studio , radstudio , windows , windows app
0
Pabitra Dash
A memory fence/barrier is a class of instructions that enforces memory loads/stores occur in expected order. Different from high level mutexes and atomics, memory fences are hardware dependent. C++11 improves the support for bidirectional fences…. … Read more
4 years ago in bidirectional , Bidirectional Fences , C++ , cbuilder , Code , learn c++ , memory barrier , memory fence , memory loads , memory stores , modern c++ , RAD Studio , windows
0
Konstantin Tomov
TFDMemTable.MasterDetail … Read more
4 years ago in Code , dataset , Delphi , firedac , ios , linux , macos , Master-Detail , MemTable , object pascal , osx , programming , RAD Studio , windows
0
Embarcadero Admin
Stephen, Mary, and Al are back and walk you through the process of modernizing and migrating a legacy C++ application to the new C++Builder 10.4, specifically incorporating InterBase and FireDAC connections, among other innovations. Yesterday’s… … Read more
4 years ago in API , C++ , cbuilder , learn c++ , migrate , programming , RAD Studio , REST , upgrade , Video
0
Muhammad Azizul
This post will demonstrate how to run another Python feature in Python4Delphi with RAD Studio: Loops in Python GUI and gets the output. Loops are one of the most powerful and basic concepts in programming……. … Read more
4 years ago in cbuilder , Delphi , GuiProgramming , Learn Python , loops , programming , Python , python gui , python4delphi , RAD Studio , radstudio , windows , windows app
0
Konstantin Tomov
This sample allows the user to create temporary connection definition at run-time and master-details relationship between datasets using TFDQuery to work with MSSQL databases. Location You can find the MSSQL sample project at: Start | Programs | Embarcadero RAD Studio Sydney… … Read more
4 years ago in Code , database , Delphi , firedac , microsoft , microsoft sql , Microsoft SQL Server , MSSQL , object pascal , programming , RAD Studio , windows
0
Konstantin Tomov
The sample allows you to modify the macro values at run time.Note: See the Preprocessing Command Text topic for more information about parameterizing SQL command texts. Location You can find the Macros sample project at: Start | Programs |… … Read more
4 years ago in android , Code , database , Delphi , firedac , ios , linux , macos , Macros , object pascal , programming , RAD Studio , windows
0
Muminjon
Library for logging on files, console, memory, email, rest, event log, Syslog, slack, telegram, Redis, logstash, elasticsearch, influxdb, graylog, Sentry, Twilio, ide debug messages and throw events for Delphi Firemonkey (Windows/Linux/OSX/IOS/Android). Quick Logger is asynchronous. All… … Read more
4 years ago in android , Delphi , delphi logging , FireMonkey , ios , linux , logger library , logging , macos , object pascal , programming , quicklogger , RAD Studio
0
Pabitra Dash
C++11 adds atomic types and operations to the standard. Atomic types and operations provide a way of writing multi-threaded applications without using locks. Atomic types are types that encapsulate a value whose access is guaranteed… … Read more
4 years ago in Atomic , Atomic operations , Atomic types , C++ , cbuilder , Code , learn c++ , programming , race condition , RAD Studio , windows
0
Muminjon
Delphi implementation of JWT (JSON Web Token) and the JOSE (JSON Object Signing and Encryption) specification suite. This library supports the JWS (JWE support is planned) compact serializations with several JOSE algorithms. What is JOSE JOSE is… … Read more
4 years ago in Delphi , delphi jose , delphi jwt , jose , JSON , json web token , jwt , jwt library , object pascal , programming , RAD Studio , token serialization , windows
0
Muminjon
With Delphi, you can do many things from embedded development to cross-platform development or even web development. You can achieve high productivity with RAD Studio. As you know you will get hundreds of amazing components… … Read more
4 years ago in android , Delphi , firemonkey components , firemonkey open source , FMX , fmxcomponents , ios , linux , macos , object pascal , programming , RAD Studio , windows
0
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
4 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
4 years ago in Alias templates , C++ , cbuilder , Code , learn c++ , programming , RAD Studio , Templates , type aliases
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
4 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
4 years ago in Delphi , delphi windows automation , delphi wmi , glibwmi components , object pascal , programming , RAD Studio , windows , windows management instrumentation , wmi
0