RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TOrderedList.List Property

Identifies the internal list used to store and manage the items in the ordered list.

Pascal
property List: TList;
C++
__property TList List;

Applications can't use the protected List property. It is an internal TList object owned by TOrderedList, which stores and manages the items in the ordered list. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!