CLTB Methods |
The CLTB type exposes the following members.
| Name | Description | |
|---|---|---|
| AddRecord | Add a new record. | |
| Contract | Contract the contents of two same-key and same-fields tables. | |
| Create | Creates a LTB object from a file. | |
| CreateCrypt | Creates a LTB object from an encrypted file. | |
| CreateEx | Creates a LTB object from a file. | |
| DeleteRecord | Delete a record. | |
| Dispose | (Overrides CHANDLEDispose(Boolean).) | |
| GetConLST | Populate a LST with LTB names from matching fields. | |
| GetLST | Populate an LST with LTB names | |
| GetLST2 | Populate an LST with LTB names and values | |
| iFields | Get number of fields. | |
| iFindField | Return the field number for the specified field. | |
| iFindKey | Return the key index of a record. | |
| IGetEnglishString(Int32, Int32, String) | Get the English entry from the LTB | |
| IGetEnglishString(Int32, Int32, String, Int32) | Get the English entry from the LTB | |
| IGetField(Int32, String) | Get a field name by index. | |
| IGetField(Int32, String, Int32) | Get a field name by index. | |
| iGetInt | Get a int entry from the LTB | |
| IGetString(Int32, Int32, String) | Get an entry from the LTB | |
| IGetString(Int32, Int32, String, Int32) | Get an entry from the LTB | |
| iRecords | Get number of records in LTB. | |
| iSearch | Search for a record containing field value | |
| Merge | Merge the contents of two same-key tables. | |
| rGetReal | Get a real entry from the LTB | |
| Save | Save LTB changes to existing or new file | |
| SaveCrypt | Save LTB to a new file using encryption | |
| SetInt | Set a long entry | |
| SetReal | Set a double entry | |
| SetString | Set an entry |