Muminjon
Unit Testing is a type of software testing where specific units or segments of the software are tested. The goal is to validate that each unit of the software code executes as expected. Unit Testing… … Read more
4 years ago in android , Delphi , delphi unit testing , DUnitX , dunitx framework , ios , linux , macos , object pascal , programming , RAD Studio , Unit Testing , windows
0
Konstantin Tomov
The main form of the Sample contains a TWebBrowser component that supports the basic functions of a web browser, such as: navigate to URL, go back and go forward. Location You can find the WebBrowser sample project at: Start… … Read more
4 years ago in android , Code , cross-platform , Delphi , FMX , html , ios , object pascal , programming , RAD Studio , Web browser , windows
0
Konstantin Tomov
The Batch sample shows you how to use the Array DML execution technique to execute multiple SQL INSERT commands in a single step to optimize database population performance. To this end, the sample uses the IFDPhysCommand interface to set an array of values… … Read more
4 years ago in Array , Code , database , Delphi , firedac , insert , object pascal , optimize , programming , RAD Studio , SQL , windows
0
Muminjon
The VCL Styles Utils is a Delphi library that extends the RAD Studio VCL Styles, adding unique features like the support for Classic and New Common dialogs, Task Dialogs, Styling of popup and shell menus, Non client area components, and much more. This… … Read more
4 years ago in Delphi , delphi library , object pascal , programming , RAD Studio , Styles , vcl , VCL Styles , windows
0
Konstantin Tomov
The Main sample shows you how to use different database functionalities related with the TFDMemTable class. To this end, the sample uses different properties and methods of the cited class. The following dataset features are implemented: Save a dataset data… … Read more
4 years ago in Code , data , database , Delphi , firedac , MemTable , object pascal , programming , RAD Studio , table , windows
0
Muminjon
When you learn the Embarcadero Delphi programming language, you can create anything with it. From cross-platform applications to the web applications. You can create both backend and frontend with the same language moreover, it can… … Read more
4 years ago in api development , backend development , Delphi , delphi restful api , delphi web , object pascal , programming , RAD Studio , Web Development
0
Kyle Wheeler
The title of this blog post may combine two somewhat overly familiar ideas, but it’s highly appropriate for the goals we have set. Learning and teaching Delphi is paramount for our success, and we plan… … Read more
4 years ago in 10.4 Sydney , Delphi , News , RAD Studio
0
Muminjon
Create modern-looking applications with FireMonkey TFrameStand and TFormStand components from Andrea Magni, who is one of the Delphi and FireMonkey MVPs. Easily use TFrame or TForm descendants in your FireMonkey applications to gain visual consistency through the whole user… … Read more
4 years ago in android , Delphi , delphi firemonkey , FireMonkey , FMX , ios , macos , object pascal , osx , programming , RAD Studio , tformstand , tframestand , windows
0
Konstantin Tomov
The drag and drop system that is built into the VCL is limited in that it only supports drag and drop within the same application. If you need to drag data from your application to… … Read more
4 years ago in Code , com , components , Delphi , drag , Drag and drop , drop , object pascal , programming , RAD Studio , windows
0
Muminjon
Since we learn C and C++ at university, we happen to get many projects related to Applied Math and Linear Algebra. And we should build an application to solve different complex problems with C/C++ (mostly… … Read more
4 years ago in algebra library , C++ , C++ Builder , c++ eigen , eigen library , Linear Algebra , math library , programming , RAD Studio , windows
0
Pabitra Dash
In order to be more compatible with C99, C++11 standard introduces the long long integral type. ‘long long’ and ‘long long int’ are identical signed integral types and both are at least 64 bits. As to the… … Read more
4 years ago in C++ , cbuilder , Code , long long , long long int , long long integral type , programming , RAD Studio , signed integral types , windows
0
Konstantin Tomov
The NativeControls sample shows the use of the Native Controls of FireMonkey. To this end it uses several components that are configured with its ControlType property set to Platform in order to have the native… … Read more
4 years ago in C++ , Code , database , Delphi , FireMonkey , FMX , ios , object pascal , programming , RAD Studio , windows
0
Konstantin Tomov
Introduction Delphi Builder components for preparing and burning images to CD, DVD, and Blu-ray optical storage media. Uses standard Windows Image Mastering API 2. 2. Components in the Demo and what they do The… … Read more
4 years ago in API , Blu-Ray , CD Write , Code , Delphi , dvd , DVD Write , object pascal , programming , RAD Studio , windows
0