StrToPChar - Renamed from Strings.
function StrToPChar(const Str: string): PChar;
Renamed from Strings.pas 6/20/1998 Paul Rice to avoid conflict with others' work.} { Delphi 1.0/Delphi 2.0 string compatibility unit. Delphi 2.0 has long
strings, and uses the SetLength and SetString functions to manipulate
them. Delphi 1.0 lacks these functions. For portability, this unit
defines these procedures appropriately for Delphi 1.0. Also, Delphi 2.0
has implicity conversion from string to PChar, so define AsPChar
which uses the implicit conversion in Delphi 2.0 and does an explicit
conversion in Delphi 1.0
Copyright © 1995 Tempest Software. All rights reserved.
You are granted permission to use this software in a component or
application, without fee or royalty, provided this notice is retained
without modification. You can modify this software, but do not modify
or delete this notice.
Tempest Software
10 November 1995