Skip to main content

TdxFastList.GetTList Method

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

Declaration

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