DelphiBasics
PAnsiString
Type
Pointer to an AnsiString value System unit
type PAnsiString = ^AnsiString;
Description
The PAnsiString type is a pointer to a AnsiString value.
 
Since AnsiString is itself a pointer, PAnsiString is not of much use.
Related commands
AnsiStringA data type that holds a string of AnsiChars
StringA data type that holds a string of characters
 Download this web site as a Windows program.




 
Example code :

Show full unit code
  
 
Delphi Programming © Neil Moffatt . All rights reserved.  |  Home Page