System.Variants.TCustomVariantType.VarDataFromOleStr

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure VarDataFromOleStr(var V: TVarData; const Value: WideString);

C++

void __fastcall VarDataFromOleStr(TVarData &V, const System::WideString Value);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.Variants.pas
System.Variants.hpp
System.Variants TCustomVariantType

Description

Crée un enregistrement TVarData pour représenter une chaîne Unicode.

Appelez VarDataCopy à partir de l'implémentation d'un descendant de TCustomVariantType pour remplir un enregistrement TVarData afin qu'il représente une chaîne Unicode spécifiée.

V représente l'enregistrement TVarData à remplir.

Value représente une chaîne Unicode qui devient la valeur de V.

Voir aussi