doubleclicked


pfcapsrv.pbl   >   pfc_w_selection   >   dw_1   >   doubleclicked   

Full name pfc_w_selection.dw_1.doubleclicked
Access public
Extend of
Return value
Prototype event doubleclicked()

Name Datatype
No Data

Name Datatype
No Data

event doubleclicked;call super::doubleclicked;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  doubleclicked
//
//	Description:
//	User has selected current row
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0.01   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 this.GetSelectedRow (0) > 0 then
	parent.event pfc_default()
end if
end event

     
Name Owner
No Data

     
Name Owner
datawindow.getselectedrow datawindow
datawindow.doubleclicked datawindow
pfc_w_selection.pfc_default pfc_w_selection

     
Full name
No Data

     
Name Scope
No Data