Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::GetPadChar

Syntax

void GetPadChar(TEXT &Padchar, TEXT &Dmlchar)

Parameters

  • Padchar [out] receive the pad character
  • Dmlchar [out] receive the field delimiter character

Description

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

Return

None.

See also

SetPadChar(), UpdatePadChar()

TOCIndex