System.Variants.TCustomVariantType.VarDataIsByRef

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarDataIsByRef(const V: TVarData): Boolean;

C++

bool __fastcall VarDataIsByRef(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 stocke ses données indirectement.

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

Voir aussi