Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Sorting TdxTreeList

0 views
Skip to first unread message

Skilled

unread,
Jan 23, 2003, 8:32:40 AM1/23/03
to
How do I sort it?
I'm using its sort, but its seems that it doesn't function well.. I'm trying
to sort String Columns, and doesn't work at all! Even when I use:

procedure TFrmMain.dxTLServersColumnSorting(Sender: TObject;
Column: TdxTreeListColumn; var Allow: Boolean);
begin
if (VarColumnUp) then begin
Column.Sorted := csDown;
VarColumnUp := False;
end
else begin
Column.Sorted := csUp;
VarColumnUp := True;
end;
end;

How can I fix this?

Thanks in advance!


bcb

unread,
Jan 23, 2003, 1:28:34 PM1/23/03
to
Hi there

I assume you're using a DevExpress component? If yes, you might want to try
asking your question on their newsgroups
http://www.devexpress.com/support/newsgroup.asp

"Skilled" <tra...@ieg.com.br> wrote in message
news:3e2f...@newsgroups.borland.com...

0 new messages