TdxFastList.List Property
Returns a pointer to an array of pointers populated with the pointers stored in the ordered pointer list.
Declaration
property List: PdxPointerList read;
Property Value
Type |
---|
PdxPointerList |
Remarks
Read this property to obtain the pointer to the beginning of the continuous memory block occupied by the pointers stored in the ordered pointer list. If you need to copy the list’s content into a new TList object, call the GetTList function instead.
See Also