RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.AssignStr Function

Assigns a new dynamically allocated string to a specified pointer.

Pascal
procedure AssignStr(var P: PAnsiString; const S: AnsiString); deprecated;
C++
AssignStr(PAnsiString P, const AnsiString S);

Do not use AssignStr in new applications. It is provided for backward compatibility only. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!