Show: Delphi C++
Display Preferences

System.OleStrToString

From XE2 API Documentation
Jump to: navigation, search

Delphi

function OleStrToString(Source: PWideChar): UnicodeString;

C++

extern PACKAGE UnicodeString __fastcall OleStrToString(WideChar * Source);

Properties

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

Description

Copies data received from a COM interface to a string.

OleStrToString copies data from the format used by COM into a Delphi string.

See Also

Personal tools
Previous Versions
Translations