System.Variants.TCustomVariantType.VarDataIsStr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function VarDataIsStr(const V: TVarData): Boolean;

C++

bool __fastcall VarDataIsStr(const TVarData &V);

Properties

Type Visibility Source Unit Parent
function protected
System.Variants.pas
System.Variants.hpp
System.Variants TCustomVariantType

Description

Indicates whether a TVarData record represents a string (normal or Unicode).

VarDataIsStr returns true if the given TVarData record has a VType field of varString or varOleStr.

See Also