CALL
This command is not supported by Xbase++.
CANCEL
Ends the program.
CLASS
Class declaration
CLASS METHOD (Declaration)
Declaring class methods (methods of the class object)
CLASS METHOD (Implementation)
Prefaces the actual code for a class method.
CLASS VAR
Declaration of class variables (variables of the class object)
CLEAR ALL
Closes all files and releases all PRIVATE and PUBLIC variables.
CLEAR GETS
Releases all Get objects in the current GetList array.
CLEAR MEMORY
Releases all PUBLIC and PRIVATE variables and empties the GetList array.
CLEAR SCREEN
Erases the screen, ends READ, and sets cursor to 0,0.
CLEAR TYPEAHEAD
Deletes all characters from the keyboard buffer or the event queue.
CLOSE
Closes all files or a specific group of files.
COMMIT
Writes contents of file buffers from all work areas back into the files.
CONTINUE
Continues the execution of the last LOCATE command.
COPY FILE
Copies a file to a new file or to an output device.
COPY STRUCTURE
Copies the structure of the file in the current work area to a new file.
COPY STRUCTURE EXTENDED
Copies a list of field definitions to a new file.
COPY TO
Exports records from a work area into a new file.
COPY TO
Copies a table to another target table on ADS server.
COUNT
Determines the number of records matching a condition.
CREATE
Creates and opens an empty structure extended DBF file.
CREATE CONNECTION
Create a connection and connect to a data source
CREATE FROM
Creates and opens a new database from a structure extended file.