Ispirer Website Ispirer Capabilities - Delphi Conversion Free Trial

Delphi - Objects, Libraries and Files

Objects

Delphi application is a collection of objects such as Forms, Menu, Buttons, Labels, DBGrid etc.

  • Data Controls Objects

Delphi applications are often centered around databases. Data Controls objects are used to retrieve, display, and manipulate data. See Data Controls Objects for more information.

Libraries

Delphi components are stored in one or more libraries (.PAS or .DPK files). During application compiling, Delphi retrieves the objects from the libraries.

Files

Delphi application consists of the following files:

  • .LIB - Library files
  • .DFM - Form source files
  • .PAS - Application source files
  • .CFG - Config files
  • .DCU - Precompiled files
  • .DOF - Delphi object files
  • .EXE - Application files
  • .DPR - Project files
  • .RES - Project files
  • .~<extension> - Previous version of file

© 1999-2024, Ispirer Systems, LLC. All Rights Reserved.