Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTTable::UpdatePadChar

Syntax

void UpdatePadChar(NINT Padchar, NINT Dmlchar, CTBOOL rebuild)

Parameters

  • Padchar [in] pad character
  • Dmlchar [in] field delimiter character
  • rebuild [in] - NOT YET IMPLEMENTED. Indicates if the table should be rebuilt. If rebuild is set to YES, every record is read and the fixed string fields (CT_FSTRING) are padded according to new padding strategy.

Description

Update the table pad and delimiter character resource. The table must be opened exclusive to allow update of the resource.

Return

None.

See also

GetPadChar(), SetPadChar()

TOCIndex