System.ConvUtils.TConversionProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TConversionProc = function(const AValue: Double): Double;

C++

typedef double __fastcall (*TConversionProc)(const double AValue);

Properties

Type Visibility Source Unit Parent
type
typedef
public
System.ConvUtils.pas
System.ConvUtils.hpp
System.ConvUtils System.ConvUtils

Description

Embarcadero Technologies does not currently have any additional information.