Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTMoney::SetMoney

Syntax

void SetMoney(CTFLOAT value)

void SetMoney(CTMONEY money)

void SetMoney(const CTString& str)

void SetMoney(const CTMoney& money)

Parameters

  • value [in] The double value to be converted and assigned to the CTMoney object
  • money [in] The CTMoney object or Money to be assigned to the CTMoney object
  • str [in] The CTString object to be assigned to the CTMoney object

Description

Initializes the CTMoney object.

Return

None.

TOCIndex