Specifies items sort type in auto-completion list.
property SortType: TAutoCompleteSort;
Use SortType to specify items sorting. Sorting is performed after filling lists using OnGetAutoCompleteList.
|
Value |
Meaning |
|
asNone |
No sort |
|
asItems |
Sort items (synchronized with the display items) |
|
asDisplayItems |
Sort display items (synchronized with the items) |
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|