RAD Studio VCL Reference
|
Copies characters from a WideString into a PWideChar.
function WStrPLCopy(Dest: PWideChar; const Source: WideString; MaxLen: Cardinal): PWideChar;
PWideChar WStrPLCopy(PWideChar Dest, const BSTR Source, unsigned MaxLen);
WStrPLCopy copies up to a maximum of MaxLen characters from Source into the PWideChar Dest. WStrPLCopy returns a pointer to Dest.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|