System.Generics.Collections.TList.PList

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property PList: ParrayofT read GetPList;

C++

__property ParrayofT PList = {read=GetPList};

プロパティ

種類 可視性 ソース ユニット
property public
System.Generics.Collections.pas
System.Generics.Collections.hpp
System.Generics.Collections TList


説明

PList は、配列要素のリストへのポインタです。

メモ: 内部配列の長さは、Count と同じかそれより大きく、また、Capacity と同じです。