Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTDatabase::FindActive

Syntax

CTTable* FindActive(const CTString& Name)

CTTable* FindActive(ULONG uid)

Parameters

  • Name [in] The table name
  • uid [in] The table uid

Description

Retrieves active table. If the prototype FindActive(const CTString& Name) is used, the table name is searched. If the prototype FindActive(const CTString& Name) is used, the table uid is searched.

Return

FindActive() returns the table object handle, or null if the table no exists or is not active.

See also

FirstActive(), IsActive()

TOCIndex