TableCount - cTableColumnFetchHelper
Returns the number of tables in the object's table list.
Type: Function
Return Data Type: Integer
Syntax
Function TableCount Returns Integer
Call Example
Get TableCount to IntegerVariable
Description
Returns the number of tables in the object's table list. You use this when you've set pbUseAllTables to False.
Get TableCount of oFetchHelper to iCount
For iIndex from 0 to (iCount-1)
Get TableHandle of oFetchHelper iIndex to iTable
:
Loop
Return Value
Returns the number of tables in the object's table list.