Muminjon
Back in 2017, while I was participating in an educational applications contest in central Asia, as a high school student, I have utilized Delphi and some VCL styles in my application. With just one VCL… … Read more
5 years ago in C++, c++ builder vcl, Delphi, delphi vcl, native, object pascal, programming, VCL Styles, vcl ui, windows
0
Konstantin Tomov
This sample demonstrates two ways of handling errors in an array DML execution. To this end, the sample implements two ways of handling the errors: Implementing an OnError event. Using the EFDDBEngineException class on a loop. Location You can find the BatchErrorHandling sample project… … Read more
5 years ago in android, array dml, batch, Code, Delphi, error handling, firedac, ios, linux, macos, object pascal, programming, Query, RAD Studio, windows
0
Eli M. (MVP)
Modern CPUs like the AMD Ryzen 9 5950x with their 16 cores and 32 threads offer a significant productivity boost when developing C++ projects for Windows. As we saw in the previous post (Compile 1… … Read more
5 years ago in 5950x, amd 5950x, C++, cbuilder, Delphi, parallel, parallel build, parallel compile, programming, RAD Studio, ryzen 9, TwineCompile, windows
0
Muminjon
RAD Studio has its internet components available to utilize on any platform. For instance, TNetHTTPClient and TNetHTTPRequest components which are native HTTP components available for Delphi and C++Builder developers. Or most known, Indy components. But,… … Read more
5 years ago in C++, Delphi, FTP, HTTP, imap, internet programming, JSON, nntp, oauth, object pascal, programming, rest json, sftp, SMTP, SOAP, windows
0
Embarcadero Admin
Navicat is a powerful database development tool which supports many database servers and cloud database platforms and it is built in Delphi. They have a number of different versions of Navicat with each version supporting… … Read more
5 years ago in amazon aurora, amazon rds, Azure, database, Delphi, google cloud, mariadb, MongoDB, MYSQL, navicat, object pascal, Oracle, oracle cloud, PostgreSql, programming, Showcase, SQL Server, SQLite, windows
0
Pabitra Dash
Given some class C with a data member m, the current standard makes it ill-formed to refer to m in sizeof expressions without providing an object. For example, uses such as sizeof(C::m) (outside of C) or sizeof(m) (in a static member of C) are ill-formed…. … Read more
5 years ago in C++, cbuilder, Code, Extending sizeof, IDE, learn c++, programming, RAD Studio, sizeof, sizeof operator, windows
0
Konstantin Tomov
The OnUpdateRecord sample shows you how to cache the user changes when using read-only dataset and then, how to apply updates on behalf of queries that cannot post updates directly. To this end, the sample uses the OnUpdateRecord event… … Read more
5 years ago in android, Delphi, firedac, ios, linux, macos, object pascal, onupdate, programming, RAD Studio, Tfdquery, Update, update record, windows
0
Muminjon
When I think about Delphi and C++ Builder, the first thing that comes to my mind is powerful third party components that interface with almost everything. Or the syntax we have which is like writing… … Read more
5 years ago in bluetooth, C++, c++ builder iot, Delphi, delphi iot, heart rate monitor, iot components delphi, object pascal, programming, thingconnect iot, windows
0
Muminjon
No developer doesn’t know WebSocket API. WebSocket API is an advanced technology that makes it possible to open a two-way interactive communication session among the user’s browser and a server. With this WebSocket API, you… … Read more
5 years ago in C++, c++builder websockets, Delphi, delphi websockets, ipworks websockets, object pascal, programming, websockets, websockets api, windows
0
Embarcadero Admin
MobaXterm is an enhanced terminal for Windows with X11 server, tabbed SSH client, network tools, and it is built in Delphi. The sheer number of features in this enhanced terminal for Windows is mind blowing…. … Read more
5 years ago in Delphi, enhanced terminal, mobaxterm, network scanner, network toolkit, object pascal, port scanner, programming, rdp, sftp, Showcase, SSH, terminal, vnc, windows, x11, xterm
0
Pabitra Dash
Regarding virtual overrides, C++11 tends to tighten the rules, so as to detect some problems that often arise. In order to achieve this goal C++11 introduces two new contextual keywords: final specifies that a method cannot… … Read more
5 years ago in C++, cbuilder, Clang, Code, Explicit virtual overrides, Final, learn c++, override, programming, RAD Studio, Virtual, windows
0
Python GUI Admin
In this video, you will learn how to choose the best Python GUI library. The top 5 libraries are Kivy, PyQt, PyGui, WxPython, Tkinter. You will learn more about each of the libraries after watching…… … Read more
5 years ago in 2020, Learn, Learn Python, learn python gui, programming, Python, python gui, Video
0