pfc_rbuttonup


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_rowselection   >   pfc_rbuttonup   

Full name pfc_n_cst_dwsrv_rowselection.pfc_rbuttonup
Access public
Extend of
Return value
Prototype event pfc_rbuttonup(integer,integer,long,dwobject)

Name Datatype
No Data

Name Datatype
No Data

event pfc_rbuttonup;call super::pfc_rbuttonup;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_rbuttonup
//
//	(Arguments:
//	ai_xpos:  	x position clicked
//	ai_ypos:  	y position clicked
//	al_row:  	row clicked
//	adwo_obj:  	DWobject clicked
//
//	(Returns:  None)
//
//	Description:  Process row-selection when right-mouse button is released
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Store in service that the Button is no longer Pressed.
ib_rbuttonpressed = FALSE

// Clear other button.
ib_lbuttonpressed = FALSE

// Perform the Button Up processing.
of_ButtonUp()
end event

     
Name Owner
pfc_u_dw.rbuttonup pfc_u_dw

     
Name Owner
pfc_n_cst_dwsrv_rowselection.of_buttonup pfc_n_cst_dwsrv_rowselection

     
Full name
No Data

     
Name Scope
No Data