clicked


pfcapsrv.pbl   >   pfc_w_message   >   cb_2   >   clicked   

Full name pfc_w_message.cb_2.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:  	Perform the default processing after getting the clicked
//						button.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Determine which button this is - (1, 2, or 3)?
ii_buttonclicked = Integer(Mid(This.ClassName(), 4, 1))

Parent.Event pfc_default()
end event

     
Name Owner
No Data

     
Name Owner
powerobject.classname powerobject
systemfunctions.integer systemfunctions
systemfunctions.mid systemfunctions
commandbutton.clicked commandbutton
pfc_w_message.pfc_default pfc_w_message

     
Full name
No Data

     
Name Scope
No Data