sort


pfcmain.pbl   >   pfc_u_lvs   >   sort   

Full name pfc_u_lvs.sort
Access public
Extend of
Return value
Prototype event sort()

Name Datatype
No Data

Name Datatype
No Data

event sort;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		Sort
//
//	Description:	Perform the sort comparison on two listview items when sort
//						type is userdefined!  You can extend this event to allow your
//						own sorting logic.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.0	Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1997 Sybase, Inc. and its subsidiaries.  All rights reserved.
//	Any distribution of the PowerBuilder Foundation Classes (PFC)
//	source code by other than Sybase, Inc. and its subsidiaries is prohibited.
//
//////////////////////////////////////////////////////////////////////////////
If isvalid(inv_sort) then
	Return inv_sort.event pfc_sort(index1, index2, column)
End If

// on rc=0 do not switch items for the sort
Return 0
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_lvsrv_sort.pfc_sort pfc_n_cst_lvsrv_sort

     
Full name
No Data

     
Name Scope
No Data