Assigns a new dynamically allocated string to a specified pointer.
procedure AssignStr(var P: PString; const S: string); deprecated;
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!
|