Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::SetPadChar

Syntax

void SetPadChar(NINT Padchar, NINT Dmlchar)

Parameters

  • Padchar [in] pad character
  • Dmlchar [in] field delimiter character

Description

Set the table pad and field delimiter characters in the table object. These characters are used to pad fixed string fields (CT_FSTRING) to allow proper target key formation.

Return

None.

See also

GetPadChar(), UpdatePadChar()

TOCIndex