System.Variants.TCustomVariantType.VarDataIsArray

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarDataIsArray(const V: TVarData): Boolean;

C++

bool __fastcall VarDataIsArray(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 les données d'un tableau Variant.

VarDataIsArray renvoie true si le champ VType de V contient le bit varArray.

Voir aussi