JEDI Help:Jedi.inc

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Help

Search in JEDI Help

 
Search in all projects
 


Summary

The jedi.inc file is a source file that can be included by units written in object pascal: {$INCLUDE jedi.inc} or {$I jedi.inc}


Description

The jedi.inc source file defines compiler symbols for each known compiler capabilities and each RTL features. These symbols can be used for conditional compilation in your code. After the jedi.inc is included at the top of one source file, the symbols are available for the next lines of code in this file. However, the symbols are not defined in all other source file: the jedi.inc file has to be explicitly included at the beginning of all required source files.

Six symbol kinds are defined in jedi.inc:


About

Navigation


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page