DelphiBasics
PWideString
Type
Pointer to a WideString value System unit
type PWideString = ^WideString;
Description
The PWideString type is a pointer to an WideString value.
 
Since WideString is itself a pointer, PWideString is not of much use.
Related commands
AnsiStringA data type that holds a string of AnsiChars
DecDecrement an ordinal variable
IncIncrement an ordinal variable
PAnsiStringPointer to an AnsiString value
PStringPointer to a String value
PWideCharPointer to a WideChar
StringA data type that holds a string of characters
WideStringA data type that holds a string of WideChars
 Download this web site as a Windows program.




 
Example code :

  
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page