CTDatabase::FindActive
Syntax
CTTable* FindActive(const CTString& Name)
CTTable* FindActive(ULONG uid)
Parameters
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()