RAD Studio
ContentsIndex
PreviousUpNext
Keywords Overview

This section contains Keyword topics.

Name 
Description 
Keywords are words reserved for special purposes and must not be used as normal identifier names.
If you use non-ANSI keywords in a program and you want the program to be ANSI compliant, always use the non-ANSI keyword versions that are prefixed with double underscores. Some keywords have a version prefixed with only one underscore; these keywords are provided to facilitate porting code developed with other compilers. For ANSI-specified keywords there is only one version.
Note: Note that the keywords __try
and try are an exception to the discussion above. The keyword try is required to match the catch keyword... more 
CodeGear C++Builder provides a number of keywords that are not part of the ANSI Standard.
Please see the Help table of contents for a complete categorical and alphabetical listing of Library Routines. 
A number of keywords are specific to C++ and are not available if you are writing a program in C only. Please see the Help table of contents for a complete categorical and alphabetical listing of these and other keywords. 
This table lists all pseudovariables.  
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!