티스토리 뷰
System.Length
Delphi
function Length(S: <string or dynamic array>): Integer;
Properties
Type |
Visibility |
Source |
Unit |
Parent |
function |
public |
System.pas |
Description
Returns the number of characters in a string or of elements in an array.
In Delphi code, Length returns the number of characters actually used in the string / or the number of elements in the array.
In C++ code, use the method of the same name on the AnsiString or DynamicArray class.
S
is a string-valued or array-valued
expression.
For single-byte and multibyte strings, Length returns the number of bytes used by the string.
Example for UTF-8:
Writeln(Length(Utf8String('1¢'))); // displays 3
For Unicode (WideString) strings, Length returns the number of bytes divided by two.
배열의 문자열 또는 요소의 문자의 개수를 반환합니다.
Delphi 코드에서 Length는 문자열에 실제로 사용된 문자의 개수 또는 배열의 요소 개수를 반환합니다.
C ++ 코드에서는 AnsiString 또는 DynamicArray 클래스에서 같은 이름의 메서드를 사용합니다.
S는 문자열 값 또는 배열 값 표현식입니다.
싱글 바이트 및 멀티 바이트 문자열의 경우, Length는 문자열에 사용된 바이트의 개수를 반환합니다.
UTF-8의 예 :
Writeln(Length(Utf8String('1¢'))); // 3을 표시
유니 코드 (WideString) 문자열의 경우, Length는 바이트 수를 2로 나눈 값을 반환합니다.
actually 미국·영국 [|ӕktʃuəli] 1. 실제로, 정말로, 실지로 2. (실제와 생각 사이의 대조를 강조하여) 사실은 |
출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Length
'프로그래밍 언어 > Delphi' 카테고리의 다른 글
[Reference] System.IOUtils.TDirectory.GetFiles (0) | 2017.01.16 |
---|---|
[Reference] System.Classes.TList.Items (0) | 2017.01.15 |
System.SysUtils.GetEnvironmentVariable (1) | 2017.01.13 |
[Reference] System.Round (0) | 2017.01.12 |
[Reference] System.Classes.TStrings.LoadFromFile (0) | 2017.01.11 |
- Total
- Today
- Yesterday
- 문법
- VCL
- Pte
- 자료구조
- java
- 일기
- Delphi
- wfd
- RA
- 상황
- 독해
- 정렬
- System
- SysUtils
- 알고리즘
- 작문
- SWT
- 교육센터
- 왕초보 영어회화 100일의 기적
- 여행영어 100일의 기적
- 계산기
- 영어
- 대상
- tdataset
- 말하기
- ADODB
- 스택
- Reference
- 설명
- 응용
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |