Class TMoney

Unit

Declaration

type TMoney = class(TElement)

Description

An amount of economic utility in some recognized currency. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Hierarchy

Overview

Methods

Public constructor Create; override;

Properties

Public property value : Double read Getvalue write Setvalue;
Public property valueElement : Tdecimal read GetvalueElement write SetvalueElement;
Public property currency : string read Getcurrency write Setcurrency;
Public property currencyElement : Tcode read GetcurrencyElement write SetcurrencyElement;

Description

Methods

Public constructor Create; override;
 

Properties

Public property value : Double read Getvalue write Setvalue;

Numerical value (with implicit precision).

Public property valueElement : Tdecimal read GetvalueElement write SetvalueElement;
 
Public property currency : string read Getcurrency write Setcurrency;

ISO 4217 Currency Code.

Public property currencyElement : Tcode read GetcurrencyElement write SetcurrencyElement;
 

Generated by PasDoc 0.15.0.