티스토리 뷰
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 |
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를 사용하여 Source를 Dest로 복사하십시오.
StrCopy는 Dest를 반환합니다.
StrCpy는 길이 검사를 수행하지 않습니다.
목적지 버퍼는 적어도 StrLen (Source) +1 문자를 위한 공간을 가져야 합니다.
길이 검사에는 StrLCopy 함수를 사용하십시오.
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.SysUtils.StrCopy
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
| [Reference] System.SysUtils.TextToFloat (0) | 2017.05.02 |
|---|---|
| [Reference] System.SysUtils.Supports (0) | 2017.04.28 |
| [Reference] System.SysUtils.StrLen (0) | 2017.04.26 |
| [Reference] System.SysUtils.GetTime (0) | 2017.04.25 |
| [Reference] System.SysUtils.CharInSet (0) | 2017.04.23 |
- Total
- Today
- Yesterday
- 말하기
- 응용
- 일기
- 문법
- SWT
- 교육센터
- 상황
- 대상
- 영어
- 설명
- 정렬
- Delphi
- Pte
- 여행영어 100일의 기적
- 작문
- tdataset
- System
- java
- 알고리즘
- 스택
- 독해
- 계산기
- Reference
- SysUtils
- wfd
- 자료구조
- ADODB
- 왕초보 영어회화 100일의 기적
- VCL
- RA
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |