System.Internal.VarHlpr.VariantSub

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure VariantSub(const src: Variant; var dst: Variant);

C++

extern DELPHI_PACKAGE void __fastcall VariantSub(const System::Variant &src, System::Variant &dst);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
System.Internal.VarHlpr.pas
System.Internal.VarHlpr.hpp
System.Internal.VarHlpr System.Internal.VarHlpr

Description

Soustrait deux Variants.

VariantSub soustrait src de dst et renvoie le résultat dans dst.

Les valeurs d'entrée doivent avoir des types compatibles. Sinon, une exception EVariantTypeCastError sera déclenchée.

Voir aussi