Soap.TypeTrans.SetEnumPropExW

From RAD Studio API Documentation
Jump to: navigation, search

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);

Properties

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

Description

Sets the value of a property whose type is an enumeration.

SetEnumPropExW is functionally equivalent with SetEnumPropEx, except that the type of the Value parameter is InvString (Unicode string).