decimal

The decimal object represents a number with a fixed number of digits after the decimal.

Hierarchy of objects

Model

Child objects

Form Model

None

Parent class

content class class

Properties

Name

Description

Type

Access

{default}

Represents the actual value stored by an object.

Double

Read /Write

fracDigits

Specifies the maximum number of digits (inclusively) following the decimal point to capture and store.

String

Read /Write

leadDigits

Specifies the maximum number of digits (inclusively) preceding the decimal point to capture and store.

String

Read /Write

use

Invokes a prototype.

String

Read /Write

usehref

Invokes an external prototype.

String

Read /Write

value

Specifies the value of the current object.

String

Read /Write

Methods

None

// Ethnio survey code removed