Soap.TypeTrans.SetEnumPropExW

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetEnumPropExW(Instance: TObject; PropInfo: PPropInfo; const Value: InvString);

C++

extern DELPHI_PACKAGE void __fastcall SetEnumPropExW(System::TObject* Instance, System::Typinfo::PPropInfo PropInfo, const System::UnicodeString Value);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Soap.TypeTrans.pas
Soap.TypeTrans.hpp
Soap.TypeTrans Soap.TypeTrans

Description

Définit la valeur d'une propriété dont le type est une énumération.


SetEnumPropExW est fonctionnellement équivalente à SetEnumPropEx, à l'exception du type du paramètre Value qui est InvString (chaîne Unicode).