티스토리 뷰
Delphi
procedure Delete(var S: String; Index: Integer; Count: Integer);
Properties
Type |
Visibility |
Source |
Unit |
Parent |
procedure |
public |
System.pas |
Description
Removes a substring from a string.
In Delphi code, Delete removes a substring of Count characters from string S starting with S[Index].
S is a string-type variable.
Index and Count are integer-type expressions.
If index is larger than the length of the string or less than 1, no characters are deleted.
If count specifies more characters than remain starting at the index, Delete removes the rest of the string.
If count is less than or equal to 0, no characters are deleted.
문자열에서 부분 문자열을 제거합니다.
Delphi 코드에서 Delete는 S[Index]로 시작하는 문자열 S에서 Count 문자의 하위 문자열을 제거합니다.
S는 문자열 유형 변수입니다.
Index와 Count는 정수형 표현식입니다.
index가 문자열의 길이보다 크거나, 1보다 작으면 문자가 삭제되지 않습니다.
count가 색인에서 시작하는 것보다 많은 문자를 지정하면, Delete는 나머지 문자열을 제거합니다.
count가 0보다 작거나 같으면 문자가 삭제되지 않습니다.
remain 미국·영국 [rɪ|meɪn] 1. 계속 …이다 rest 미국·영국 [rest] 1. (어떤 것의) 나머지 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Delete
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] Vcl.FileCtrl.SelectDirectory (0) | 2017.02.11 |
---|---|
[Reference] System.Str (0) | 2017.02.10 |
[Reference] System.SysUtils.StrToFloat (0) | 2017.02.08 |
[Reference] System.Odd (0) | 2017.02.07 |
[Reference] System.SysUtils.StrToTime (0) | 2017.02.06 |
- Total
- Today
- Yesterday
- 알고리즘
- 대상
- 상황
- 독해
- System
- 교육센터
- 문법
- Delphi
- 여행영어 100일의 기적
- 설명
- Reference
- java
- SysUtils
- Pte
- 자료구조
- 말하기
- 일기
- RA
- SWT
- 정렬
- ADODB
- 응용
- VCL
- 왕초보 영어회화 100일의 기적
- 영어
- 계산기
- wfd
- tdataset
- 스택
- 작문
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |