|
function StrCopy(Dest, Source: PWideChar): PWideChar; overload;
|
|
function StrCopy(Dest, Source: PWideChar): PWideChar; overload;
|
|
function StrLCopy(Dest,Source: PWideChar; MaxLen: SizeInt): PWideChar; overload;
|
|
function StrLCopy(Dest,Source: PWideChar; MaxLen: SizeInt): PWideChar; overload;
|