티스토리 뷰

Delphi

procedure Delete(var S: String; Index: Integer; Count: Integer);

Properties

Type

Visibility

Source

Unit

Parent

procedure

public

System.pas

System

System

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 코드에서 DeleteS[Index]로 시작하는 문자열 S에서 Count 문자의 하위 문자열을 제거합니다.

S는 문자열 유형 변수입니다.

IndexCount는 정수형 표현식입니다.

index가 문자열의 길이보다 크거나, 1보다 작으면 문자가 삭제되지 않습니다.

count가 색인에서 시작하는 것보다 많은 문자를 지정하면, Delete는 나머지 문자열을 제거합니다.

count 0보다 작거나 같으면 문자가 삭제되지 않습니다.

 

remain 미국·영국 [rɪ|meɪn] 

1. 계속 …이다
2. (
없어지지 않고) 남다
3. (
처리이행 등을 해야 할 일이) 남아 있다, 아직 …해야 하다

rest 미국·영국 [rest] 

1. (어떤 것의) 나머지
2.
나머지 (사람들것들), 다른 사람들
3.
휴식, 수면

 

출처: 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
링크
«   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
글 보관함