System.SysUtils.AssignStr
Delphi
procedure AssignStr(var P: PAnsiString; const S: AnsiString);
C++
extern DELPHI_PACKAGE void __fastcall AssignStr _DEPRECATED_ATTRIBUTE0 (System::PAnsiString &P, const System::AnsiString S);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | public | System.SysUtils.pas System.SysUtils.hpp | System.SysUtils | System.SysUtils | 
Description
Attention: AssignStr is deprecated.  
Assigns a new dynamically allocated string to a specified pointer.
Do not use AssignStr in new applications. It is provided for backward compatibility only.