System.PWideString

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PWideString = ^WideString;

C++

typedef WideString* PWideString; //

Properties

Type Visibility Source Unit Parent
pointer
typedef
public
System.pas
sysmac.h
System System

Description

Is a pointer to a WideString.

PWideString is a pointer to a WideString.

Note: PWideString is used by the Delphi desktop compilers, but is not supported by the Delphi mobile compilers. For more information, see Migrating Delphi Code to Mobile from Desktop .

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.PWideString&oldid=590064"