Soap.TypeTrans.GetEnumValueExW

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetEnumValueExW(TypInfo: PTypeInfo; const Name: InvString): Integer;

C++

extern DELPHI_PACKAGE int __fastcall GetEnumValueExW(System::Typinfo::PTypeInfo TypInfo, const System::UnicodeString Name);

Properties

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

Description

Converts a string to an enumeration value.

GetEnumValueExW is functionally equivalent with GetEnumValueEx, except that the type of the Name parameter is InvString (Unicode string).