티스토리 뷰

Delphi

function High(var X): Integer;

Properties

Type

Visibility

Source

Unit

Parent

function

public

System.pas

System

System

Description

Returns the highest value in the range of an argument.

In Delphi code, call High to obtain the upper limit of an Ordinal, Array, or ShortString value.

The result type is X, or the index type of X.

X is either a type identifier or a variable reference.

The type denoted by X, or the type of the variable denoted by X, must be one of the following.

 

인수의 범위에서 가장 높은 값을 반환합니다.

Delphi 코드에서 Ordinal, Array 또는 ShortString 값의 상한 값을 구하려면 High를 호출하십시오.

결과 유형은 X 또는 X의 인덱스 유형입니다.

X는 유형 식별자 또는 변수 참조입니다.

X로 표시된 유형 또는 X로 표시된 변수의 유형은 다음 중 하나여야 합니다.

 

For this type

High returns

Ordinal type (includes Int64)

The highest value in the range of the type.

유형 범위에서 가장 높은 값입니다.

Array type

The highest value within the range of the index type of the array.

For empty arrays, High returns –1.

배열의 인덱스 유형 범위 내에서 가장 높은 값입니다.

빈 배열의 경우, High -1을 반환합니다.

short string type

The declared size of the string.

문자열의 선언된 크기입니다.

Open array

The value, of type Integer, giving the number of elements in the actual parameter, minus one.

Integer 형의 값으로, 실제의 파라미터의 요소 개수로부터 1을 뺀 값 입니다.

short string parameter

The value, of type Integer, giving the number of elements in the actual parameter, minus one.

Integer 형의 값으로, 실제의 파라미터의 요소 개수로부터 1을 뺀 값입니다.

 

denote 미국식 [dɪ|noʊt] 

1. 조짐을 보여주다  2. 의미하다, 나타내다

declared 미국식 [dɪ|klerd] 

공표한

declare 미국식 [dɪ|kler] 

1. 선언하다
2.
언명하다, 분명히 말하다
3. (
세금 당국에 소득을) 신고하다

actual 미국·영국 [|ӕktʃuəl] 

1. (사실임을 강조하여) 실제의
2. (
중요한 부분을 강조하여) 사실상의, …자체는

 

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

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

[Reference] Vcl.Dialogs.ShowMessagePos  (0) 2017.02.19
[Reference] Vcl.Dialogs.MessageDlg  (0) 2017.02.18
[Reference] System.SysUtils.StrCopy  (0) 2017.02.16
[Reference] System.Pi  (0) 2017.02.15
[Reference] System.SysUtils.StrComp  (0) 2017.02.13
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함