Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTCurrency::SetCurrency

Syntax

void SetCurrency(LONG value)

void SetCurrency(CTFLOAT value)

void SetCurrency(const CTMoney& value)

void SetCurrency(const CTString& value)

void SetCurrency(const CTBigint& value)

Parameters

  • value [in] The LONG, double, CTCurrency, CTMoney, CTString, CTBigint or CTCurrency value or object to be converted and assigned to the CTCurrency object

Description

Initializes the CTCurrency object.

Return

None.

See also

Zero()

TOCIndex