_DIRECTIV Directives Report

Top  Previous  Next

 

Targets: From Delphi 6

 

This report displays information about various directives.

 

Identifiers marked with the “deprecated” directive (DIRE1)

The “deprecated” directiveindicates that an item is obsolete or supported only for backward compatibility.

 

 

Identifiers marked with the “experimental” directive (DIRE2)

The “experimental” directive indicates that the identifier is created for experimental purposes.

 

 

Identifiers marked with the “library” directive (DIRE3)

The “library” directive indicates that the identifier may not exist or the implementation may vary considerably on different library architectures.

 

 

Identifiers marked with the “platform” directive (DIRE4)

The “platform” directive indicates that the identifier may not exist or that the implementation may vary considerably on different platforms.

 

 

Subprograms marked with the “inline” directive (DIRE5)

This sections lists subprograms that are marked with the “inline” directive.

 

 

See also:

 

R_REF Reference Reports