API:System.ConvUtils.ConvUnitDec

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ConvUnitDec(const AValue: Double;
const AType, AAmountType: TConvType): Double;
function ConvUnitDec(const AValue: Double; const AType: TConvType;
const AAmount: Double; const AAmountType: TConvType): Double;

C++

extern DELPHI_PACKAGE double __fastcall ConvUnitDec(const double AValue, const TConvType AType, const TConvType AAmountType)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.ConvUtils.pas
System.ConvUtils.hpp
System.ConvUtils System.ConvUtils

Description

Embarcadero Technologies does not currently have any additional information.