Главная страница
Top.Mail.Ru    Яндекс.Метрика
Текущий архив: 2003.10.23;
Скачать: CL | DM;

Вниз

Несоответствие типов?   Найти похожие ветки 

 
Ab_Prob   (2003-10-13 14:09) [0]

Всем привет!
Строка

Form1.ComboBoxEx1.ItemsEx.SortType:= stText

Выдает ошибку:
Incomapatible tipes: "TListItemsSortType" and "TSortType";

Что я делаю не так?, если в самом HELPE написано:

Indicates how the items should be sorted.
type TListItemsSortType = (stNone, stData, stText, stBoth);
property SortType: TSortType;

Description

Use SortType to indicate how you want the items sorted, if at all. The following table lists the possible values:

Value Meaning

stNone Items are not automatically sorted. You can still sort the items explicitly by calling the Sort or CustomSort method.
stData Items are sorted based on the value of their Data property. You must supply an OnCompare event handler to specify the sort order.
stText Items are sorted base on the value of their Caption property. The CaseSensitive property specifies whether comparisons are case-sensitive.
stBoth Items are sorted based on an OnCompare event handler if one is assigned, otherwise based on the value of their Caption property.


 
Skier ©   (2003-10-13 14:12) [1]

uses ListActns;

Form1.ComboBoxEx1.ItemsEx.SortType:= ListActns.stText


 
Ab_Prob   (2003-10-13 14:17) [2]

Thanks!



Страницы: 1 вся ветка

Текущий архив: 2003.10.23;
Скачать: CL | DM;

Наверх




Память: 0.47 MB
Время: 0.029 c
1-74164
zdn
2003-10-09 20:49
2003.10.23
Сервисы в Delphi


1-74217
Aristarh
2003-10-09 17:51
2003.10.23
Создание файла ТХТ в кодировке DOS


11-74106
KreZ0n
2003-02-06 17:25
2003.10.23
Проблема с некоторыми функциями


1-74146
Kiril
2003-10-10 20:56
2003.10.23
Запутался в класах. Видно чего то не понимаю...


1-74240
ghost_by
2003-10-13 15:47
2003.10.23
Вставка компонента в ячейку StringGrid а - вопрос.