pfc_default


pfcutil.pbl   >   pfc_w_dwproperty   >   pfc_default   

Full name pfc_w_dwproperty.pfc_default
Access public
Extend of
Return value
Prototype event pfc_default()

Name Datatype
No Data

Name Datatype
No Data

event pfc_default;call super::pfc_default;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_default
//
//	Description:
//	 Perform all requested changes.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Apply the changes.
this.Event pfc_apply()

// Close the window.
Close(this)
end event

     
Name Owner
pfc_w_dwproperty.cb_ok.clicked cb_ok

     
Name Owner
systemfunctions.close systemfunctions
pfc_w_response.pfc_default pfc_w_response
pfc_w_dwproperty.pfc_apply pfc_w_dwproperty

     
Full name
No Data

     
Name Scope
No Data