move


pfcmain.pbl   >   pfc_w_frame   >   move   

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

Name Datatype
No Data

Name Datatype
No Data

event move;call super::move;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  move	
//
//	Description:  
//	Notify statusbar that window has moved.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.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.
//
//////////////////////////////////////////////////////////////////////////////

// Notify statusbar that window has moved.
if IsValid (inv_statusbar) then
	inv_statusbar.Event pfc_move (xpos, ypos)
end if

end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_w_master.move pfc_w_master
pfc_n_cst_winsrv_statusbar.pfc_move pfc_n_cst_winsrv_statusbar

     
Full name
No Data

     
Name Scope
No Data