pfc_hide


pfcwnsrv.pbl   >   pfc_n_cst_winsrv_statusbar   >   pfc_hide   

Full name pfc_n_cst_winsrv_statusbar.pfc_hide
Access public
Extend of integer
Return value integer
Prototype event integer pfc_hide()

Name Datatype
No Data

Name Datatype
No Data

event pfc_hide;call super::pfc_hide;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_hide
//
//	Returns:	Integer
//	1 if it succeeds and -1 if an error occurs.
//
//	Description:  Notify statusbar window that the frame has been hidden.
// Note: This causes the w_statusbar window to be hidden.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0.03   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996-1999 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.
//
//////////////////////////////////////////////////////////////////////////////

// Check the reference to the StatusBar Window.
If IsNull(iw_statusbar) Or Not IsValid(iw_statusbar) Then
	Return -1
End If

Return iw_statusbar.of_RefreshPosition()
end event

     
Name Owner
pfc_w_frame.hide pfc_w_frame

     
Name Owner
systemfunctions.isnull systemfunctions
systemfunctions.isvalid systemfunctions
pfc_w_statusbar.of_refreshposition pfc_w_statusbar

     
Full name
No Data

     
Name Scope
No Data