Konstantin Tomov
First, the CentralizedCachedUpdates sample sets up range-based master-detail relationships between datasets using two TFDQuery objects. Then, the sample shows you how to use a TFDSchemaAdapter object to enable the Centralized Cached Updates mode. To this end, the schema adapter object is used as a central… … Read more
4 years ago in android , CachedUpdates , Code , Delphi , firedac , FMX , ios , linux , macos , object pascal , programming , RAD Studio , vcl , windows
0
Pabitra Dash
A deleted function is a function that contains =delete; in its prototype. This construction, introduced with C++11, indicates that the function may not be used. This construction can be used to forbid the usage of default… … Read more
4 years ago in =delete , C++ , cbuilder , Code , Delete Function Definition , Deleted functions , IDE , learn c++ , programming , RAD Studio , windows
0
Eli M. (MVP)
The GetIt Package Manager is the package manager built into the RAD Studio IDE that allows you to browse, download, purchase, and install packages. Packages may provide libraries, components, IDE extensions, and SDKs. Packages available… … Read more
4 years ago in aqtime , C++ , Debugger , Delphi , Encryption , FastReport , FMX , GetIt , IDE , News , object pascal , package manager , parallel , programming , TwineCompile , windows
0
Konstantin Tomov
The MoniLayerClients sample shows you how to use the FireDAC tracing and monitoring capabilities to show how an application is communicating with a FireDAC monitor client. To this end, the sample uses two different FireDAC monitor clients: FlatFile-client and… … Read more
4 years ago in Code , database , Debug , Delphi , firedac , monitor , object pascal , programming , RAD Studio , Remote , windows
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
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
Konstantin Tomov
The Async sample shows you how to use the IFDPhysCommand interface to configure the different asynchronous execution modes. To this end, the sample uses a group of four radio buttons. Each radio button sets the Options.ResourceOptions.CmdExecMode property of the IFDPhysCommand interface to one of… … Read more
4 years ago in Code , database , Delphi , firedac , IFDPhysCommand , object pascal , programming , RAD Studio , SQL , windows
0