Sorted

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > Standard > TIWListBox > Properties >

Sorted

Use this property to sort the items list alphabetically.

 

SIGNATURE=IWCompListbox.TIWListbox.Sorted

 

ETYPE=Property

 

Declaration:

Delphi:

published property Sorted;

C++:

__published: __property Sorted;

 

Description: Do not publish sorted. DB controls use this and using it can interfere with their functionality. Such as the lookuplist ones which rely on the sort order remaining the same as fetched from the DB.