pfc_lbuttonup


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_rowselection   >   pfc_lbuttonup   

Full name pfc_n_cst_dwsrv_rowselection.pfc_lbuttonup
Access public
Extend of
Return value
Prototype event pfc_lbuttonup(unsignedlong,integer,integer)

Name Datatype
No Data

Name Datatype
No Data

event pfc_lbuttonup;call super::pfc_lbuttonup;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_lbuttonup
//
//	(Arguments:
//	aul_flags: passed from lbuttonup event in pfc_u_dw
//	ai_xpos: x-position of the mouse passed from lbuttondown event in pfc_u_dw
// ai_ypos: y-position of the mouse passed from lbuttondown event in pfc_u_dw
//
//	(Returns:  None)
//
//	Description:  Process row-selection when left-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 Left Button is no longer Pressed.
ib_lbuttonpressed = FALSE

// Clear other button.
ib_rbuttonpressed = FALSE

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

     
Name Owner
pfc_u_dw.lbuttonup 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