Show: Delphi C++
Display Preferences

#pragma obsolete

From RAD Studio XE2
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.

Personal tools
Previous Versions
In other languages