티스토리 뷰

Up to Parent: System.SysUtils

Delphi


procedure AppendStr(var Dest: AnsiString; const S: AnsiString);

Properties

Type

Visibility

Source

Unit

Parent

procedure

public

System.SysUtils.pas

System.SysUtils

System.SysUtils

Description

Appends a dynamically allocated string to an existing string.

AppendStr appends S to the end of Dest.

It is provided for backwards compatibility only.

Use the + operator instead:

Dest := Dest + S;

 

동적으로 할당된 문자열을 기존 문자열에 추가합니다.

AppendStrSDest의 끝에 추가합니다.

이전 버전과의 호환성을 위해서만 제공됩니다.

대신에 + 연산자를 사용하십시오.

 

existing 미국·영국 [ɪg|zɪstɪŋ] 

기존의, 현재 사용되는

compatibility 미국·영국 [kəm|pӕtə|bɪləti] 

1. 양립 가능성 2. (컴퓨터의) 호환성

backwards 미국식 [|bӕkwərdz] 

1. 뒤로 2. 거꾸로, 반대 방향으로 3. 퇴보하는 방향으로

 

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

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

[Reference] System.SysUtils.SameText  (0) 2017.01.24
[Reference] System.AssignFile  (0) 2017.01.23
[Reference] System.Append  (0) 2017.01.21
[Reference] System.SysUtils.ExpandFileName  (0) 2017.01.20
[Reference] System.ParamStr  (0) 2017.01.18
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함