Click or drag to resize

CTB Methods

The CTB type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Loads a table into memory and return a table handle.
Public methodStatic memberCreateDB
Create a table from a database.
Public methodStatic memberCreateLTB
Create a table from an LTB database.
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodField
Get a field handle.
Public methodGetString(Int32, Int32, String)
Gets a string value from a table element.
Public methodGetString(Int32, Int32, String, Int32)
Gets a string value from a table element.
Public methodiDataType
Returns the data type for the specified column.
Public methodIFindColByIndex(Int32, String)
Finds a column's name by its index.
Public methodIFindColByIndex(Int32, String, Int32)
Finds a column's name by its index.
Public methodiFindColByName
Finds a column's index by its name.
Public methodiFormat
Returns the channel format for the specified column.
Public methodiGetInt
Gets an integer value from a table element.
Public methodiNumColumns
Gets the number of data fields (columns) in a table.
Public methodiNumRows
Gets the number of data rows in a table.
Public methodLoadDB
Load a database into a TB
Public methodrGetReal
Gets an real value from a table element.
Public methodSave
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 methodSaveDB
Save a TB in a database line
Public methodSaveToAscii
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 methodSetInt
Sets an integer value into a table element.
Public methodSetReal
Sets an real value into a table element.
Public methodSetSearchMode
Set the search mode of a table.
Public methodSetSortMode
Set the sort mode of a table.
Public methodSetString
Sets a string value into a table element.
Public methodSort
Sorts a table by a specified column.
Top
See Also