티스토리 뷰

Delphi

function StrCopy(Dest: PAnsiChar; const Source: PAnsiChar): PAnsiChar;

function StrCopy(Dest: PWideChar; const Source: PWideChar): PWideChar;

C++

extern PACKAGE char * __fastcall StrCopy(char * Dest, const char * Source)/* overload */;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.SysUtils.pas

System.SysUtils.hpp

System.SysUtils

System.SysUtils

Description

Copies a null-terminated string.

Use StrCopy to copy Source to Dest. 

StrCopy returns Dest.

StrCpy does not perform any length check.

The destination buffer must have room for at least StrLen(Source)+1 characters.

For length check, use the StrLCopy function.

 

null로 끝나는 문자열을 복사합니다.

StrCopy를 사용하여 SourceDest에 복사합니다.

StrCopyDest를 반환합니다.

StrCpy는 길이 검사를 수행하지 않습니다.

목적지 버퍼는 적어도 StrLen (Source) +1 문자를 위한 공간을 가져야 합니다.

길이 검사에는 StrLCopy 함수를 사용하십시오.

 

perform 미국식 [pər|fɔ:rm] 

1. (과제의무 등을) 행하다
2. (
관객을 대상으로 연주연기 등을) 해 보이다, 공연하다
3. (
기능작동하며) 돌아가다

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.StrCopy

'프로그래밍 언어 > Delphi' 카테고리의 다른 글

[Reference] Vcl.Dialogs.MessageDlg  (0) 2017.02.18
[Reference] System.High  (0) 2017.02.17
[Reference] System.Pi  (0) 2017.02.15
[Reference] System.SysUtils.StrComp  (0) 2017.02.13
[Reference] System.GetDir  (0) 2017.02.12
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함