System.OleStrToStrVar
Delphi
procedure OleStrToStrVar(Source: PWideChar; var Dest: _AnsiStr);
procedure OleStrToStrVar(Source: PWideChar; var Dest: UnicodeString);
C++
extern DELPHI_PACKAGE void __fastcall OleStrToStrVar(WideChar * Source, AnsiString &Dest)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
public | System.pas System.hpp |
System | System |
Beschreibung
Kopiert einen String im COM-Format in einen vorhandenen Delphi-String.
Mit OleStrToStrVar kann der Inhalt eines Wide-Strings (in dem von COM-Interface verwendeten Format) in eine vorhandene String-Variable kopiert werden.