Getting Started


Working with nonvisual parts

The parts palette contains parts that can help you implement your application's logic. Unlike visual parts, nonvisual parts may only be added to the open area of the free-form surface.

For the To-Do List application, the items in the list need to be kept in the order the user added them. You need a part that is capable of maintaining a list (or collection) of objects in a particular order. The Ordered Collection part does just that.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]