System.Variants.VarIsEmptyParam

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarIsEmptyParam(const V: Variant): Boolean;

C++

extern DELPHI_PACKAGE bool __fastcall VarIsEmptyParam(const System::Variant &V);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

Indique si le variant spécifié représente un paramètre facultatif non affecté.

La fonction VarIsEmptyParam renvoie true si le variant donné représente un paramètre facultatif non affecté. Si le variant contient n'importe quelle autre donnée, la fonction renvoie false.

Voir aussi