API:System.VarConv.VarConvertCreate

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarConvertCreate(const AValue: Double; const AType: TConvType): Variant;
function VarConvertCreate(const AValue: string): Variant;

C++

extern DELPHI_PACKAGE System::Variant __fastcall VarConvertCreate(const double AValue, const System::Convutils::TConvType AType)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!