Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTRecord::CTRecord

Syntax

CTRecord(const CTTable& Handle)

CTRecord(const CTTable* Handle)

CTRecord(const CTRecord& Handle)

CTRecord(const CTRecord* Handle)

Parameters

Handle [in] The Table or Record Object. If the prototype CTRecord(const CTTable& Handle) or CTRecord(const CTTable* Handle) is used, Handle is the Table Object. If the prototype CTRecord(const CTRecord & Handle) or CTRecord(const CTRecord * Handle) is used, Handle is the Record Object. The CTRecord object being created is a child of the CTTable or CTRecord object.

Description

This is the constructor for the CTRecord class.

See also

~CTRecord()

TOCIndex