Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTIndex::SetEmptyChar

Syntax

void SetEmptyChar(NINT EmptyChar)

Parameters

  • EmptyChar [in] The empty char value. The empty char property is expressed as the decimal equivalent of the ASCII table. For instance, an ASCII space is specified as 32, and a NULL byte is specified as 0.

Description

Sets the empty char property.

Return

None.

See also

GetEmptyChar(), SetNullFlag()

TOCIndex