All versions of Delphi can make direct calls to the functions in the Crystal Report Engine API. The Delphi unit file crdelphi.pas includes complete declarations for all Report Engine API functions and records. When you need to add the Report Engine API to your own Delphi unit, simply add the Crystal Report Engine API unit to your project and refer to the unit in your uses clause. For example:
Uses
crpe32;
The implementation section of the Crystal Report Engine API unit contains all of the Crystal Report Engine API functions defined as external and as part of the CRPE or CRPE32 DLL.
The Crystal Report Engine Index, includes Delphi declarations for all Report Engine API functions and records. In addition, the Crystal Reports Developer's Help (CrystalDevHelp.chm) includes Delphi sample code using many of the functions and records defined in crdelphi.pas. Crystal Report Engine Functions Sample Code in Delphi
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |