Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.SetFieldAsCurrency

Note: All GetFieldAs... and SetFieldAs... methods are considered obsolete. The suggested replacements are GetFieldValue and SetFieldValue.

Syntax

void SetFieldAsCurrency(int FieldNumber, CTCurrency& value)

void SetFieldAsCurrency(String FieldName, CTCurrency& value)

Parameters

  • FieldNumber [in] The field number.
  • value [in] The byte value.
  • FieldName [in] The field name.

Description

Sets the field contents as a CTCurrency (64-bit) object.

Return

None.

See Also

GetFieldAsUnsigned(), SetFieldValue()

TOCIndex