티스토리 뷰

System.Classes.TList.Items

Up to Parent: TList

Delphi

property Items[Index: Integer]: Pointer read Get write Put; default;

C++

__property void * Items[int Index] = {read=Get, write=Put/*, default*/};

Properties

Type

Visibility

Source

Unit

Parent

property

public

System.Classes.pas

System.Classes.hpp

System.Classes

TList

Description

Lists the object references.

Use Items to obtain a pointer to a specific object in the array.

The Index parameter indicates the index of the object, where 0 is the index of the first object, 1 is the index of the second object, and so on.

Set Items to change the reference at a specific location.

Use Items with the Count property to iterate through all of the objects in the list.

Not all of the entries in the Items array / need to contain references to objects.

Some of the entries / may be nil (Delphi) or NULL (C++) pointers.

To remove the nil (Delphi) or NULL (C++) pointers and reduce the size of the Items array to the number of objects, call the Pack method.

Note: Items is the default property for TList.

This means you can omit the property name.

Thus, instead of MyList.Items[i], you can write MyList[i].

 

오브젝트 참조 리스트입니다.

Items를 사용하여 배열의 특정 객체에 대한 포인터를 가져옵니다.

Index 파라미터는 오브젝트의 인덱스를 나타내며, 0은 첫 번째 오브젝트의 인덱스이고, 1은 두 번째 오브젝트의 인덱스입니다.

Items 설정하여 특정 위치에서 참조를 변경합니다.

Count 속성과 함께 Items를 사용하여 리스트의 모든 오브젝트를 반복합니다.

Items 배열의 모든 항목이 오브젝트에 대한 참조를 포함해야 하는 것은 아닙니다.

일부 항목은 nil (Delphi) 또는 NULL (C ++) 포인터일 수 있습니다.

nil (Delphi) 또는 NULL (C ++) 포인터를 제거하고, Items 배열의 크기를 객체 수로 줄이려면 Pack 메서드를 호출합니다.

참고 : ItemsTList의 기본 속성입니다.

, 속성 이름을 생략할 수 있습니다.

따라서 MyList.Items[i] 대신 MyList[i]를 작성할 수 있습니다.

 

obtain 미국·영국 [əb|teɪn] 

1. (특히 노력 끝에) 얻다   2. 존재하다

indicate 미국·영국 [|ɪndɪkeɪt] 

1. (사실임존재함을) 나타내다   2. (조짐가능성을) 나타내다

and so on 

기타 등등, …등(et cetera)

iterate 미국·영국 [|ɪtəreɪt] 

(계산컴퓨터 처리 절차를) 반복하다

entry(entries) 미국·영국 [|entri]

1. 들어감, 입장, 등장   2. 출입(할 수 있는 권리기회)   3. 가입(할 수 있는 권리기회) 3. 아이템의 집합에서의 하나의 구성 요소(아이템). 예를 들면 어떤 워드 리스트 중의 하나의 워드...

reduce 미국식 [rɪ|du:s] 

1. (규모크기양 등을) 줄이다; (가격 등을) 낮추다

omit 미국·영국 [ə|mɪt] 

1. 빠뜨리다, 누락시키다; 생략하다   2. (빠뜨리고) …하지 않다

thus 미국·영국 ʌs] 

1. 이렇게 하여; 이와 같이   2. 따라서, 그러므로

 

출처: http://docwiki.embarcadero.com/Libraries/XE2/en/System.Classes.TList.Items

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

[Reference] System.Abs  (0) 2017.01.17
[Reference] System.IOUtils.TDirectory.GetFiles  (0) 2017.01.16
[Reference] System.Length  (0) 2017.01.14
System.SysUtils.GetEnvironmentVariable  (1) 2017.01.13
[Reference] System.Round  (0) 2017.01.12
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
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
글 보관함