Delphi SDK Reference
Created: 五月 13, 2013 | Updated: 三月 06, 2024
Contents
The Altium Designer Software Development Kit (SDK) is composed of several Application Programming Interfaces (APIs) that are associated with specific document kinds and design object types.
- The System API deals with low level objects and routines used by Altium Designer.
- The Schematic API deals with Schematic documents and design objects.
- The PCB API deals with PCB documents and design objects.
- The Workspace Manager API deals with Projects, Connectivity Information and so on.
The Delphi Source Units for the SDK APIs can be found in the installation's \SDK\Delphi\Source Code
folder.
Use the following links for detailed information on the Altium Designer SDK APIs: