pfc_move


pfcwnsrv.pbl   >   pfc_n_cst_winsrv_statusbar   >   pfc_move   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_move;call super::pfc_move;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_move
//
//	Returns:	Integer
//	1 if it succeeds and -1 if an error occurs.
//
//	Description:  Notify statusbar window that the frame has moved.
// Note: This causes the w_statusbar window to be resized/moved to it's 
//	parents new size/position.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0   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.move 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