Skip to content

LecturePress

Inspire yourself

  • Accueil
  • Services
  • Solutions
  • Products
  • Academy
  • Blog

Category: Object Pascal

All our learning resources related to Object Pascal programming language and IDEs (Embarcadero Delphi, FreePascal and Lazarus)

Posted on 30 January 20221 June 2022

Send mails from Delphi apps through PHP script

Sending mails from a client app is an interesting feature, it can be used for sending notifications or authentication codes. You can add this option to your Delphi (desktop and mobile) apps by calling a PHP web script through REST client.

Continue reading “Send mails from Delphi apps through PHP script”
Posted on 28 November 202111 November 2021

Sorting records in Delphi datasets

Delphi FireDAC datasets offer a quick and easy sorting feature, through the property “IndexFieldNames” in which you list the field names to use as an index, and you can optionally specify sorting options for each field.

Continue reading “Sorting records in Delphi datasets”
Posted on 14 November 202118 February 2023

Launch external apps from Delphi Android apps

It is common to make your Android apps able to launch and send data to external apps by using intents. But there are also situations when you want your Android app to only launch an external app without passing any data.

This tutorial will show you how to implement this feature :

Continue reading “Launch external apps from Delphi Android apps”
Posted on 30 October 20213 November 2021

Replace strings in Delphi dataset records

How to replace a string quickly in the whole dataset ? How to create a fast replace dialog for your app’s datasets ?

In this tutorial, we will explains the right procedure to implement a replace feature for your Delphi datasets.

Continue reading “Replace strings in Delphi dataset records”
Posted on 12 October 202116 September 2022

Difference between adding a unit to the interface or the implementation section

Object Pascal units have two sections (interface and implementation), and as you can see in many source code, each section can have distinct items (uses, types, variables, and constants).

So, which section is suitable for putting a unit as uses ?

Continue reading “Difference between adding a unit to the interface or the implementation section”
Posted on 2 July 20212 July 2021

Creating and extracting ZIP archives in Delphi

Since version XE2, Delphi is shipped with the built-in unit “System.Zip” for creating, editing and extracting ZIP compressed files. It is based on the RTL, and it can work slightly with VCL and FMX frameworks on all supported targets.

In this tutorial, we will show you what are the abilities of this unit and how to use it properly.

Continue reading “Creating and extracting ZIP archives in Delphi”

Posts navigation

Previous page Page 1 Page 2 Page 3 Page 4 Next page

Ads


Archives

Find our products on online stores

Get it on Google Play
  • Facebook
  • Twitter
  • Instagram
  • Github
  • E-mail
About
Contact
Support us
 
Terms of service
Privacy policy
Cookies
Editorial policy
Advertising policy
Groups
Refund policy


Copyright © 2010 - 2025 LecturePress. All rights reserved.