Pabitra Dash
BCC32 includes support for explicit conversion operators, one of the features in the C++11 standard. The explicit constructors and conversion operators are used to avoid implicit conversions to and from a type. You can now… … Read more
4 years ago in C++ , C++ Explicit , cbuilder , Code , conversion operators , explicit , Explicit conversion operators , learn c++ , operators , programming , RAD Studio
0
Muminjon
OpenCV is a cross-platform library that can be utilized to develop real-time computer vision applications. It principally concentrates on image processing, video capturing, and analysis. The best part is there is the Delphi-OpenCV library for… … Read more
4 years ago in computer vision , computer vision delphi , Delphi , delphi ai , delphi opencv , object pascal , opencv , opencv delphi , programming , RAD Studio , vcl , windows
0
Konstantin Tomov
The xDBMS sample shows you how use the TFDLocalSQL class to implement a cross-DBMS query application. To this end, each queryable dataset must be registered with the Local SQL engine using the DataSets collection property.Note: The Local SQL feature allows executing SQL commands, where… … Read more
4 years ago in android , Code , Delphi , firedac , ios , linux , macos , object pascal , programming , RAD Studio , SQL , SQLite , windows
0
dummzeuch
The following code looks innocuous but slows down a program significantly: Yes it’s Quicksort and it sorts strings in a TCheckListBox’s Items property, swapping not only the strings but also the objects and the Checked… … Read more
4 years ago in Delphi , GExperts
0
Muminjon
You can rapidly build and deploy services-based applications with RAD Server. And you get pre-built Docker images for RAD Server on Linux available from Docker Hub. This means you can deploy your services on Azure, AWS,… … Read more
4 years ago in database , Delphi , field services demo , free , InterBase , object pascal , openapi , programming , rad server , rad server rest , rad server template , RAD Studio , REST , rest api , Source Code , swagger , template , windows
0
Embarcadero Admin
WmHelp XMLPad is a powerful native Windows XML editor and it is built in Delphi. It has a huge number of features including a powerful XML, XSD and DTD editor with color syntax highlighting, line… … Read more
4 years ago in Delphi , FMX , ios , object pascal , programming , Showcase , vcl , windows , XML , xmlpad
0
Muminjon
When you become friends with RAD Studio and RAD Server, you will have a superpower and, you become a 10X engineer because with RAD Server you can easily create complex and scalable services-based applications with high productivity. With… … Read more
4 years ago in API , Delphi , free , hospitality sample delphi , object pascal , programming , rad server , rad server ems , rad server rest , RAD Studio , REST , Source Code , swagger , template , windows
0
Muminjon
With the power of the Delphi programming language and the cross-platform FireMonkey framework, dozens of Delphi developers have created their own custom FireMonkey UI components to accomplish their goals, for instance, the TBadgeView component which… … Read more
4 years ago in android , Delphi , delphi firemonkey , FireMonkey , firemonkey components , firemonkey ui classes , ios , linux , macos , object pascal , programing , RAD Studio , windows
0
Pabitra Dash
Initializer lists is a feature that has been extended in C++11 standard. An initializer list represents a list of ordered arguments, in curly brackets, that is used to initialize structures, classes and arrays. Until C++… … Read more
4 years ago in Brace-Initialization , C++ , cbuilder , Code , Initializer lists , learn c++ , programming , Sequence Constructors , STL container , windows
0
Konstantin Tomov
The Sample is using the “Custom” list view item appearance value and configuring the appearance properties of list view items at design time. It also shows how to do this at run time. When you… … Read more
4 years ago in android , Code , database , Delphi , FMX , ios , linux , listitem , ListView , macos , object pascal , programming , RAD Studio , windows
0