Declarations Index

From RAD Studio
Jump to: navigation, search

Go Up to Language Structure Index

This section briefly reviews concepts related to declarations: objects, storage classes, types, scope, visibility, duration, and linkage. A general knowledge of these is essential before tackling the full declaration syntax. Scope, visibility, duration, and linkage determine those portions of a program that can make legal references to an identifier in order to access its object.


Topics

See Also