System.Variants.TCustomVariantType.VarDataIsEmptyParam

De RAD Studio API Documentation
Révision datée du 18 octobre 2011 à 21:23 par PyBot (discussion | contributions) (Scoping Libraries)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
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