Commands and Statements starting with D
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
2256
)
Commands and Statements
?
@
<%
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
?
@
<%
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
?
@
<%
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
DECLARE
Creates and initializes memory variables of the storage class PRIVATE.
DEFERRED
Declares a method for an abstract class.
DELETE
Marks one or more records for deletion.
DELETE - SQL
Deletes one or more records in a table. END
DELETE CONNECTION
Deletes a connection
DELETE FILE
Deletes file from a hard disk or diskette.
DELETE TAG
Removes an index from a compound index file
DIR
This command is not supported in Xbase++.
DISPLAY
Outputs records and/or displays them on the screen.
DLLFUNCTION
Creates a user-level function which executes a function of an external DLL.
DO
Calls a procedure.
DO CASE
Executes one of several program sections
DO WHILE
Executes a program loop until a condition evaluates to .F. (false).