Escape sequences allow for writing DBMS-independent SQL commands. The sample predefines some escape function sequences. To execute a predefined escape function, right-click the Function edit box and choose a predefined escape function from the popup menu. Moreover, the sample allows you to write your own function. To this end, write text into the Function edit box and press Enter. Then, the…
Efficient Way To Build Your Own Windows Process Viewer In Delphi With Excellent Component Suite
February 5, 2021
Sometimes Developers want to list down or identify the process running in a machine programmatically. How to enumerate among the running processes and services quickly ? Don’t know how to do. Don’t worry.MiTec’sSystem Information Management Suite’s…
Ultra-Fast Way To List Software And Microsoft Products Installed On Windows From Within In Your Delphi Apps
February 4, 2021
Do your need to list down the Software’s installed in your machine programmatically. How to get the Name, Software Version, Installed Date, etc. for each software installed quickly ? Don’t know how to do >Don’t worry.MiTec’sSystem Information…
FireDAC Tip: Learn How to Manage Centralized Cached Updates With This Schema Adapter Sample
February 4, 2021
The FireDAC.SchemaAdapterMemTable Sample uses some methods and properties ofTFDSchemaAdapterin order to implement some features related with the management ofCentralized Cached Updates.
Location
You can find theSchemaAdapterMemTablesample project at:
Start | Programs | Embarcadero RAD Studio Sydney | Samples and then navigate to: Object…
Quickly Build A Drawer With The TMultiView Component For Android And iOS Apps Using FireMonkey In Delphi
February 3, 2021
The MultiViewDemo sample shows how to create an application that implements the “master-detail” interface and explains how to use the master panel presentation modes.
This sample allows you to change the master panel characteristics, such as mode, placement…
RAD Studio is made up of Delphi and C++Builder. On the Delphi side the Object Pascal compiler is a single pass compiler and the compiler itself is not a parallel compiler but when compiling multiple projects in parallel it was able to compile 1 billion lines of Object Pascal…
Easily Access Storage Devices Information In Your Delphi Windows Apps With Robust Component Suite
February 3, 2021
Do you need to identify Storage Devices available or connected to the machine and perform some actions to the Storage Devices programmatically? How to enumerate among the Storage Devices quickly ? Don’t know how to do. Don’t worry.MiTec’sSystem Information Management Suite’s component helps to enumerate the available Internal or external Storage devices and we will learn how…
LearnCPlusPlus.org is a great resource for learning C++. It has a number of posts that cover the basics like selecting a C++ IDE and a C++ compiler (we know you’ll choose C++Builder and Dev-C++ for maximum productivity, right 😉 First up we have a top 6 compilers…
Easily Access AC, Processor, And Battery Power Status In Your Delphi App With Ultimate Component Suite
February 2, 2021
Sometimes Developers may need to perform implementations based on Machine’s Battery and CPU power status. How to collect such information’s quickly ? Don’t know how to do. Don’t worry. MiTec’sSystem Information Management Suite’s…
Easy Way To Monitor Devices Connected To A Machine In Your Delphi App With Flexible Component Suite
February 1, 2021
Do you need to Monitor Devices in your Machine from your Delphi Application? Don’t know where to start with ? Don’t worry.MiTec’sSystem Information Management Suite’s component helps to monitor your USB, Bluetooth devices or TV/monitor connection/disconnection, volumes mount/unmount, CD/DVD insert/eject with less code and we will learn how to use MiTeC_DeviceMonitor in this…