Mega Code Archive

 
Categories / Delphi / Types
 

Pansistring - pointer to an ansistring value

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 AnsiString A data type that holds a string of AnsiChars String A data type that holds a string of characters