clicked


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_buffers   >   cb_undelete   >   clicked   

Full name pfc_u_tabpg_dwproperty_buffers.cb_undelete.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 Undelete functionality.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	6.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.
//
//////////////////////////////////////////////////////////////////////////////

// Perform Undelete functionality.
Parent.Event pfc_PropertyUndelete()

// Update the onscreen stats.
Parent.Event pfc_PropertyStats()

// Refresh the Duplicate DW which is currently displaying the Deleted rows.
If rb_deleted.Checked Then
	rb_deleted.Event Clicked()
End If

// Reset focus to this control.
this.SetFocus()
end event

     
Name Owner
No Data

     
Name Owner
dragobject.setfocus dragobject
commandbutton.clicked commandbutton
pfc_u_tabpg_dwproperty_buffers.rb_deleted.clicked rb_deleted
pfc_u_tabpg_dwproperty_buffers.pfc_propertystats pfc_u_tabpg_dwproperty_buffers
pfc_u_tabpg_dwproperty_buffers.pfc_propertyundelete pfc_u_tabpg_dwproperty_buffers

     
Full name
pfc_u_tabpg_dwproperty_buffers

     
Name Scope
No Data