Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.SetPadChar

Syntax

void SetPadChar(int Padchar, int 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 (FSTRING) to allow proper target key formation.

Return

None.

See Also

GetPadChar(), UpdatePadChar()

TOCIndex