#pragma obsolete

From RAD Studio
Jump to: navigation, search

Go Up to Pragma Directives Overview Index

Syntax (See Pseudo-grammar)

#pragma obsolete SYM

Description

Use #pragma obsolete to give a warning the first time the preprocessor encounters an identifier in your program code after the pragma. The warning states that the identifier is obsolete.