System.Variants.VarTypeAsText

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function VarTypeAsText(const AType: TVarType): string;

C++

extern DELPHI_PACKAGE System::UnicodeString __fastcall VarTypeAsText(const System::Word AType);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Variants.pas
System.Variants.hpp
System.Variants System.Variants

Description

Renvoie une chaîne descriptive de type variant.

VarTypeAsText renvoie une chaîne de type short qui nomme le type variant indiqué par AType.

Voir aussi