move


pfcmain.pbl   >   pfc_w_master   >   move   

Full name pfc_w_master.move
Access public
Extend of
Return value
Prototype event move(integer,integer)

Name Datatype
No Data

Name Datatype
No Data

event move;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  move
//
//	Description:
//	Send move notification to services
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Store the position and size on the preference service.
// With this information the service knows the normal size of the 
// window even when the window is closed as maximized/minimized.
If IsValid (inv_preference) And This.windowstate = normal! Then
	inv_preference.Post of_SetPosSize()
End If
end event

     
Name Owner
pfc_w_frame.move pfc_w_frame

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_winsrv_preference.of_setpossize pfc_n_cst_winsrv_preference

     
Full name
No Data

     
Name Scope
No Data