Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.UpdatePadChar

Syntax

void UpdatePadChar(int Padchar, int Dmlchar, bool 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 true, every record is read and the fixed string fields (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