티스토리 뷰

System.Length

Up to Parent: System

Delphi

function Length(S: <string or dynamic array>): Integer;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.pas

System

System

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

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함