Вниз
Скачать: 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 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.014 c
1-74151
ruslan_as
2003-10-10 17:35
2003.10.23
Как привязать программу к серверу?


1-74207
RomanB
2003-10-07 16:45
2003.10.23
VBA: For each CollectionItem in Collection. Delphi: ?


1-74124
Azius
2003-10-11 14:55
2003.10.23
Форма поверх остальных


3-73997
Nikitos
2003-09-30 19:53
2003.10.23
истоория изменений


14-74383
BaDeVlad
2003-10-01 18:04
2003.10.23
Kaк узнать адреса начала и конца процесса в памяти?




   Наверх