RAD Studio VCL Reference
|
Copies a string from its COM representation to an existing Delphi string.
procedure OleStrToStrVar(Source: PWideChar; var Dest: AnsiString); overload; procedure OleStrToStrVar(Source: PWideChar; var Dest: UnicodeString); overload;
OleStrToStrVar(PWideChar Source, AnsiString Dest); OleStrToStrVar(PWideChar Source, UnicodeString Dest);
OleStrToStrVar converts a wide string (the format used by COM interfaces) into an existing string variable.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|