System.Variants.TCustomVariantType.VarDataIsStr
Delphi
function VarDataIsStr(const V: TVarData): Boolean; virtual;
C++
virtual 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.