RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
SysUtils.AssignStr Function

Assigns a new dynamically allocated string to a specified pointer.

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

SysUtils

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

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!