ChAnsiToWide(const StrA: AnsiString): WideString; var nLen: integer; begin Result := StrA; if Result <> '' then begin nLen := MultiByteToWideChar(GetACP(), ...
確定! 回上一頁