Xbasic
Dictionary Methods
IN THIS PAGE
Description
Methods for the dictionary object. The DICTIONARY.CREATE() and DICTIONARY.OPEN() methods return standard table pointers, which means that you may use other table methods to work with the dictionary.
Methods
- DICTIONARY.CREATE Method
Create a new data dictonary.
- DICTIONARY.EXTERNAL_RECORD_CONTENT_GET Method
Retrieve external tables records in a cr-lf separated list.
- DICTIONARY.OPEN Method
Open an existing data dictonary.
- DICTIONARY.STRUCTURE_COPY Method
Copy structure information from one dictionary to another.
- DICTIONARY.UPDATE Method
Update a data dictionary.
See Also