Previous: 4.66.2.47. StrNew function To the Table of Contents Next: 4.66.2.49. StrPCopy function
4.66.2.47. StrNew function Table of Contents 4.66.2.49. StrPCopy function

- 4.66.2.48. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.48. StrPas function


4.66.2.48. StrPas function

Targets: MS-DOS, OS/2, Win32


Strings Unit

StrPas converts null-terminated string Str to a Pascal-style string.

Declaration:
function StrPas(Str: PWChar): String;
function StrPas(Str: PChar): String;



Previous: 4.66.2.47. StrNew function To the Table of Contents Next: 4.66.2.49. StrPCopy function
4.66.2.47. StrNew function Table of Contents 4.66.2.49. StrPCopy function

- 4.66.2.48. -