Functions and Directives starting with HASH
Home
Functions and Directives
Classes
Data types and Operators
Commands and Statements
Groups
Document Conventions
Books
Programming tools
Database engines
Internet technologies
search results:
0
Menu
V2 (build
2209
)
Functions and Directives
#
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
All
Classes
#
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
All
Classes
#
A
B
C
D
E
F
G
H
I
J
K
L
M
Classes
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
All
#code directive
Controls where code is emitted by the CxcBuilder
#command | #translate
Defines a user-defined command or translation directive.
#define
Defines symbolic constants or pseudofunctions
#error
Generates a compiler error and displays an error message
#if
Compiles code depending on evaluation of expression
#ifdef
Compiles code when a symbol is defined
#ifndef
Compiles code when a symbol is not defined
#include
Inserts the contents of an Include file into a source code file
#page directive
Controls page behaviour
#pragma
Activates or deactivates compiler switches during compile time
#region directive
Controls display of code in the source code editor
#stdout
Generates a compiler message and sends it to the standard output device
#undef
Undefines a
#xcommand | #xtranslate
Defines user-defined commands or translation directive