System.Variants.TCustomVariantType.VarDataIsStr

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarDataIsStr(const V: TVarData): Boolean;

C++

bool __fastcall VarDataIsStr(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 une chaîne (normale ou Unicode).

VarDataIsStr renvoie true si l'enregistrement TVarData donné présente un champ VType de type varString ou varOleStr.

Voir aussi