|
Top Previous Next |
Targets: From Delphi 6
This report displays information about various directives.
Sections:
DIRE1-Identifiers marked with the “deprecated” directive DIRE2-Identifiers marked with the “experimental” directive DIRE3-Identifiers marked with the “library” directive DIRE4-Identifiers marked with the “platform” directive DIRE5-Subprograms marked with the “inline” directive
DIRE1-Identifiers marked with the “deprecated” directive The “deprecated” directiveindicates that an item is obsolete or supported only for backward compatibility.
DIRE2-Identifiers marked with the “experimental” directive The “experimental” directive indicates that the identifier is created for experimental purposes.
DIRE3-Identifiers marked with the “library” directive The “library” directive indicates that the identifier may not exist or the implementation may vary considerably on different library architectures.
DIRE4-Identifiers marked with the “platform” directive The “platform” directive indicates that the identifier may not exist or that the implementation may vary considerably on different platforms.
DIRE5-Subprograms marked with the “inline” directive This sections lists subprograms that are marked with the “inline” directive.
See also:
|