System.Win.ComObj.StringToLPOLESTR

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StringToLPOLESTR(const Source: string): POleStr;

C++

extern DELPHI_PACKAGE System::WideChar * __fastcall StringToLPOLESTR(const System::UnicodeString Source);

Properties

Type Visibility Source Unit Parent
function public
System.Win.ComObj.pas
System.Win.ComObj.hpp
System.Win.ComObj System.Win.ComObj

Description

Returns the specified string as an instance of POleStr.