Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTTable.MoveField

Syntax

void MoveField( int FieldNumber, int newNumber)

void MoveField( String FieldName, int newNumber)

Parameters

  • FieldNumber [in] The field number to be moved, if the prototype MoveField(int FieldNumber, int newNumber) is used.
  • newNumber [in] The new field number in the table.
  • FieldName [in] The field name to be moved, if the prototype MoveField(String FieldName, int newNumber) is used.

Description

Moves the field from one position to another position in the same table.

Return

None.

See Also

AddField(), DelField(), InsertField()

TOCIndex