TAutoCompleteSort = ( asNone, asItems, asDisplayItems, asDisplayText, asItems_Desc, asDisplayItems_Desc, asDisplayText_Desc );
ecPopupCtrl
|
Members |
Description |
|
asNone |
No sort |
|
asItems |
Sort items (synchronized with the display items) in ascending order. |
|
asDisplayItems |
Sort display items (synchronized with the items) in ascending order. |
|
asDisplayText |
Sort display items without formatting macros (synchronized with the items) in ascending order. |
|
asItems_Desc |
Sort items (synchronized with the display items) in descending order. |
|
asDisplayItems_Desc |
Sort display items (synchronized with the items) in descending order. |
|
asDisplayText_Desc |
Sort display items without formatting macros (synchronized with the items) in descending order. |
Specifies items sorting type in auto-completion list.
|
Copyright (c) 2004-2011. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|