CTTable::IsActive
Syntax
CTBOOL IsActive( ) const
Parameters
This method has no parameters.
Description
Indicates if a table is open or closed.
Return
IsActive() returns YES if the table is open and NO otherwise.
Example
if (!pTable->IsActive())
pTable->Open(tb_name, "CTOPEN_NORMAL");
See also
Open()