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
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
4 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
4 years ago in android, Array, Code, database, Delphi, firedac, InterBase, ios, linux, macos, object pascal, programming, RAD Studio, windows
0
Anbarasan
Sometimes your application needs a user interface, but what is the best way to make one for Python applications? Enter DelphiVCL for Python. The VCL is a mature Windows native GUI framework with a huge…… … Read more
4 years ago in Code, Delphi, DelphiVCL, GuiProgramming, kivy, Learn Python, pygtk, pyqt, pyside, Python, python gui, Python GUI Frameworks, python4delphi, RAD Studio, tkinter, windows, wxpython
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
4 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
4 years ago in Delphi, delphi graphics, delphi tbitmap, delphi tcanvas, delphi vcl, graphics32, object pascal, programming, RAD Studio, vcl, windows
0
Pabitra Dash
Default template arguments are specified in the parameter lists after the = sign. Defaults can be specified for any kind of template parameter (type, non-type, or template), but not to parameter packs. If the default… … Read more
4 years ago in C++, cbuilder, Code, Default template arguments, function templates, ios, learn c++, programming, RAD Studio, template arguments, template parameter, windows
0
Konstantin Tomov
The Indices sample shows you how to use the Indexes property of TFDQuery in order to specify a collection of indexes at design time and determine the data view of each index, including a sort order of the records. Moreover, you… … Read more
4 years ago in android, Code, database, Delphi, firedac, ios, linux, macos, object pascal, programming, Query, RAD Studio, view, windows
0
Muhammad Azizul
In our Learn To Build A Hello World Python GUI In A Delphi Windows App post, we already demonstrate the combining strength of Delphi and Python for your applications. We learn about all the components…… … Read more
4 years ago in cbuilder, Delphi, GuiProgramming, Learn Python, programming, Python, python gui, python4delphi, RAD Studio, radstudio, variables and types, windows, windows app
0