clicked


pfcdwsrv.pbl   >   pfc_w_sortdragdrop   >   dw_sortcolumns   >   clicked   

Full name pfc_w_sortdragdrop.dw_sortcolumns.clicked
Access public
Extend of
Return value
Prototype event clicked()

Name Datatype
No Data

Name Datatype
No Data

event clicked;call super::clicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  Clicked!
//
//	Description:  Determine if the user clicked on a column and start Drag
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.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 IsNull (dwo) or IsNull(row) or row<=0 THEN 
	Return
End If

IF dwo.Name = "display_column" THEN
	il_availablerow = row
	
	// Start the drag.
	this.Drag ( Begin! ) 
END IF 
end event

     
Name Owner
No Data

     
Name Owner
dragobject.drag dragobject
systemfunctions.isnull systemfunctions
pfc_u_dw.clicked pfc_u_dw

     
Full name
No Data

     
Name Scope
No Data