J
johnlj
Unregistered / Unconfirmed
GUEST, unregistred user!
我要按照子项的Data指针所指的Integer型数来排序.
我要在树创建好了之后排序
按照例子用:
function TForm1.CustomSortProc(Node1, Node2: TTreeNode;
Data: Longint): Integer; stdcall;
Treeview1.Items[0].CustomSort(@CustomSortProc,0);
总是报错说Variable required
还有这个stdcall也不明白
哪位作过的,救救偶吧
我要在树创建好了之后排序
按照例子用:
function TForm1.CustomSortProc(Node1, Node2: TTreeNode;
Data: Longint): Integer; stdcall;
Treeview1.Items[0].CustomSort(@CustomSortProc,0);
总是报错说Variable required
还有这个stdcall也不明白
哪位作过的,救救偶吧