Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTString::SetLength

Syntax

void SetLength(const NINT newLength)

Parameters

  • newLength [in] The new length of the string. If newLength is zero, the string is cleared (set to NULL).

Description

Resizes this CTString. SetLength() truncates or increases the size of the string.

Return

None.

See also

Length(), Empty()

TOCIndex