티스토리 뷰
System.Classes.TList.Items
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 |
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 메서드를 호출합니다.
참고 : Items는 TList의 기본 속성입니다.
즉, 속성 이름을 생략할 수 있습니다.
따라서 MyList.Items[i] 대신 MyList[i]를 작성할 수 있습니다.
obtain 미국·영국 [əb|teɪn] 1. (특히 노력 끝에) 얻다 2. 존재하다 indicate 미국·영국 [|ɪndɪkeɪt] 1. (사실임・존재함을) 나타내다 2. (조짐・가능성을) 나타내다 기타 등등, …등(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
- ADODB
- 문법
- java
- 설명
- SysUtils
- 스택
- Delphi
- 계산기
- 독해
- 작문
- 영어
- VCL
- 교육센터
- tdataset
- Pte
- 일기
- 여행영어 100일의 기적
- 말하기
- System
- 알고리즘
- 상황
- 대상
- 왕초보 영어회화 100일의 기적
- wfd
- Reference
- RA
- SWT
- 자료구조
- 응용
- 정렬
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |