CodeDelphiRAD Studio

FireDAC Tip: Write Database Independent SQL Commands With Escape Functions

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…
Read more
C++CodeDelphiTech Partner

Efficient Way To Build Your Own Windows Process Viewer In Delphi With Excellent Component Suite

Sometimes developers want to list down or identify the process running on a machine programmatically. How do enumerate the running processes and services quickly? Don’t know what to do? Don’t worry. MiTec’s System Information Management Suite’s component helps to do that effectively, and we will learn how to use the threads TSysProcMonThread and TSvcListMonThread to demonstrate the…
Read more
C++CodeDelphiTech Partner

Ultra-Fast Way To List Software And Microsoft Products Installed On Windows From Within In Your Delphi Apps

Do your need to list down the Software 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’s System Information Management Suite’s component helps to get these information with less code, and we will learn how to use TMiTeC_Software and TMiTeC_MSProduct in…
Read more
CodeDatabaseDelphiRAD Studio

FireDAC Tip: Learn How to Manage Centralized Cached Updates With This Schema Adapter Sample

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…
Read more