Язык:
Русский
English
PStr (type) (WinTypes unit)
Declaration
PStr = PChar;
Remarks
PStr defines a pointer to a null-terminated string.
It is equivalent to the Turbo Pascal type PChar, and is provided for compatibility with code written in other languages.