函數(shù)名稱StrPCopy

字號(hào):

函數(shù)說(shuō)明 將AnsiString類型的源字符串拷貝到目的字符串中,并返回目的字符串指針,函數(shù)原型如下:
    char * __fastcall StrPCopy(char * Dest, const AnsiString Source);