Getting Started
Chapter Updated 8/14/03
| Class | Basic Description | How Used | Old Class Name | 
|---|---|---|---|
| xbXBase | Basic Xbase Class | Every program gets one of these | XBASE | 
| xbDbf | Database and Field class | Need one of these for each open DBF file | DBF | 
| xbNdx | Ndx index class | Need one of these for each open NDX index | NDX | 
| xbNtx | Ntx index class | Need one of these for each open NTX index | |
| xbString | String class | Used for handling strings | |
| xbHtml | Html generation class | Needed for creating HTML code | HTML | 
| Type | Description | 
|---|---|
| xbULong | unsigned long int | 
| xbUShort | unsigned short int | 
| xbShort | short int | 
| xbLong | long | 
| xbFloat | float | 
| xbDouble | double | 
| char | char | 
| void | void | 
| struct SCHEMA | Used for defining record structures | 
| OPTION | DESCRIPTION | 
|---|---|
| --without-xbase-debug | Turns off xbase debugging code | 
| --without-index-ndx | Turns off NDX index options | 
| --without-index-ntx | Turns off NTX index options | 
| --without-memo-fields | Turns off memo fields | 
| --without-expressions | Turns off expression processing | 
| --without-ui-html | Turns off HTML user interface class | 
| --without-xbase-locking | Turns off xbase locking | 
| --without-xbase-debug | Turns off debug logic | 
| --without-exceptions | Turns on exception processing | 
| --with-castellano | Turn on castellano/spanish date options | 
| --without-realdelete | Turn off Xbase record deletion | 
| --without-xbase-filter | Turn off Xbase filter logic | 
