API:System.Variants.VarInRange

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarInRange(const AValue, AMin, AMax: Variant): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall VarInRange(const System::Variant &AValue, const System::Variant &AMin, const System::Variant &AMax);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.