Click or drag to resize
CTB Methods

The CTB type exposes the following members.

Methods
  NameDescription
Public methodAvailable to anyoneStatic memberCreate
Loads a table into memory and return a table handle.
Public methodAvailable to anyoneStatic memberCreateDB
Create a table from a database.
Public methodAvailable to anyoneStatic memberCreateLTB
Create a table from an LTB database.
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodAvailable to anyoneField
Get a field handle.
Public methodAvailable to anyoneGetString
Gets a string value from a table element.
Public methodAvailable to anyoneiDataType
Returns the data type for the specified column.
Public methodAvailable to anyoneIFindColByIndex
Finds a column's name by its index.
Public methodAvailable to anyoneiFindColByName
Finds a column's index by its name.
Public methodAvailable to anyoneiFormat
Returns the channel format for the specified column.
Public methodAvailable to anyoneiGetInt
Gets an integer value from a table element.
Public methodAvailable to anyoneiNumColumns
Gets the number of data fields (columns) in a table.
Public methodAvailable to anyoneiNumRows
Gets the number of data rows in a table.
Public methodAvailable to anyoneLoadDB
Load a database into a TB
Public methodAvailable to anyonerGetReal
Gets an real value from a table element.
Public methodAvailable to anyoneSave
Saves the data in a table to a file. The table header will be in ASCII and the data will be in BINARY format.
Public methodAvailable to anyoneSaveDB
Save a TB in a database line
Public methodAvailable to anyoneSaveToAscii
Saves the data in a table to a file. The table header will be in ASCII and the data will be in ASCII format.
Public methodAvailable to anyoneSetInt
Sets an integer value into a table element.
Public methodAvailable to anyoneSetReal
Sets an real value into a table element.
Public methodAvailable to anyoneSetSearchMode
Set the search mode of a table.
Public methodAvailable to anyoneSetString
Sets a string value into a table element.
Public methodAvailable to anyoneSort
Sorts a table by a specified column.
Top
See Also