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.GetTList Method

Returns a new TList object populated with all pointers stored in the ordered pointer list.

#Declaration

Delphi
function GetTList: TList;

#Returns

Type
TList

#Remarks

Call this function to copy stored pointers into a new pointer list. If you need to obtain a pointer to an array of stored pointers rather than copy them all, read the List property value instead.

See Also