Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS Advanced Poly List
Reordering items

Reordering items is as simple as setting a new index property on the item:
AdvPolyList1.Items[0].Index := 1;

The item will automatically be moved to the new position in the collection. Typecasting is not necessary for properties that are common and available on the base class.

This is also explained at page 12 of the PDF Developers Guide