Table of Contents


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.

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: