ComponentOne True DBInput Pro 8.0
Total Property (TDBFinancialX)

 

Total Property (TDBFinancialX)

The Total property returns the value calculated by the TaxCalc method based on the underlying value both with positive and negative values.

Syntax

object.Total

Read-only at run time. Not available at design time.

Remarks

When the Value property is set to 0, the Total property will also return a 0. The return value for the Total property should not exceed fifteen digits. The valid ranges are from -999999999999999 to 999999999999999, including both the integer and the decimal places.

The return value for the Total property can differentiate depending on the TaxType property settings. If TaxType is set to 0-Pre Tax, the Total property will return the Value property. However, if set to 1-After Tax, the Total is calculated as (Value + Tax). Note that when the RateType property is set to 0-Normal, the percentage calculation will be omitted. The final result for the Total property can be rounded accordingly with the RoundType and the RoundDigit properties.

The rounding will be processed with the final results after all calculations are done.

See Also

Value Property (TDBFinancialX)

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback