Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxFastList.List Property

Returns a pointer to an array of pointers populated with the pointers stored in the ordered pointer list.

#Declaration

Delphi
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