System.Variants.TCustomVariantType.VarDataIsEmptyParam

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarDataIsEmptyParam(const V: TVarData): Boolean;

C++

bool __fastcall VarDataIsEmptyParam(const TVarData &V);

Propriétés

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

Description

Indique si un enregistrement TVarData représente un paramètre facultatif non affecté.

VarDataIsEmptyParam renvoie true si l'enregistrement TVarData donné représente un paramètre facultatif non affecté.

Voir aussi