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
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