pfc_lbuttondown


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_rowselection   >   pfc_lbuttondown   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_lbuttondown;call n_cst_dwsrv::pfc_lbuttondown;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_lbuttondown
//
//	(Arguments:
//	aul_flags: passed from lbuttondown 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 pressed
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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 Pressed.
ib_lbuttonpressed = TRUE

// Clear other button.
ib_rbuttonpressed = FALSE
end event

     
Name Owner
pfc_u_dw.lbuttondown pfc_u_dw

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data