티스토리 뷰

Up to Parent: System

Delphi

function Chr(X: Byte): Char;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.pas

System

System

Description

Returns the character for a specified ASCII value.

Chr returns the character with the ordinal value (ASCII value) of the byte-type expression, X.

The Byte parameter is an unsigned integer value large enough to represent a character. 

Word or UInt16 is also appropriate, because now that the string type is Unicode, a character is represented by two bytes.

Chr is an old Pascal standard function.

For clarity, you can use a typecast such as Char() or AnsiChar() depending on the character type needed.

 

지정된 ASCII 값의 문자를 반환합니다.

Chr은 바이트 형식 표현 X의 서수 값 (ASCII )을 가진 문자를 반환합니다.

Byte 매개 변수는 문자를 나타낼 만큼 큰 부호 없는 정수 값입니다.

Word 또는 UInt16도 적합합니다. 이제 문자열 유형이 유니코드이므로 문자는 2 바이트로 표시됩니다.

Chr은 오래된 파스칼 표준 함수입니다.

명확성을 위해 필요한 문자 유형에 따라 Char() 또는 AnsiChar()와 같은 형 변환을 사용할 수 있습니다.

 

ordinal 미국식 [|ɔ:rdənl] 

1. (동식물 분류상의) ()2. 차례를 나타내는, 서수의 3. 서수(cf. CARDINAL)

enough 미국·영국 [ɪ|nʌf] 

1. (복수 명사나 불가산 명사 앞에 쓰여) 필요한 만큼의
2.
필요한 만큼 되는 수
3.
…에 필요한 정도로, …할 만큼 (충분히)

represent 미국·영국 [|reprɪ|zent] 

1. (행사회의 등에서 단체 등을) 대표하다
2. (
어떤 사람의 이익을 옹호하며 그를) 대변하다
3. (
…에) 해당하다

also 미국식 [|ɔ:lsoʊ

또한, 게다가, …도

appropriate 미국식 

1. 적절한 2. (불법적으로나 무단으로) 도용하다 3. (특히 돈의 사용처를) 책정하다

clarity 미국·영국 [|klӕrəti] 

1. (표현의) 명료성 2. (사고력이해력 등의) 명확성 3. (사진소리물질의) 선명도

depend 미국·영국 [dipénd]   영국식   중요

1. 의존하다, 의지하다 ((on, upon))
2.
믿다, 신뢰하다(rely) ((on, upon))
3.
…나름이다 ((on, upon)), …에 달려 있다, 좌우되다

 

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

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

[Reference] System.SysUtils.FindClose  (0) 2017.02.01
[Reference] System.SysUtils.Date  (0) 2017.01.31
[Reference] System.ChDir  (0) 2017.01.28
[Reference] System.SysUtils.ChangeFileExt  (0) 2017.01.27
[Reference] System.Assigned  (0) 2017.01.26
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함