#pragma implements

From RAD Studio
Jump to: navigation, search

Go Up to Pragma Directives Overview Index

Syntax (See Pseudo-grammar)

#pragma implements "STR" ["STR" ...]

Description

#pragma implements emits a comment record containing the name of the current unit to the corresponding object file. This information is then stored in the corresponding package. In this way, the IDE can ensure that two packages don't implement the same unit.