hide


pfcmain.pbl   >   pfc_w_frame   >   hide   

Full name pfc_w_frame.hide
Access public
Extend of
Return value
Prototype event hide()

Name Datatype
No Data

Name Datatype
No Data

event hide;call super::hide;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  hide
//
//	Description:  
//	Notify statusbar that window has been hidden.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0.03   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.
//
//////////////////////////////////////////////////////////////////////////////

// Notify the service.
if IsValid (inv_statusbar) then
	inv_statusbar.Event pfc_hide()
end if

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
window.hide window
pfc_n_cst_winsrv_statusbar.pfc_hide pfc_n_cst_winsrv_statusbar

     
Full name
No Data

     
Name Scope
No Data