resize


pfcmain.pbl   >   pfc_u_base   >   resize   

Full name pfc_u_base.resize
Access public
Extend of
Return value
Prototype event resize(unsignedlong,integer,integer)

Name Datatype
No Data

Name Datatype
No Data

event resize;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  resize
//
//	Description:
//	Send resize notification to services
//
//////////////////////////////////////////////////////////////////////////////
//	
//	Revision History
//
//	Version
//	5.0.02   Initial version
//
//////////////////////////////////////////////////////////////////////////////
//
//	Copyright © 1996 Powersoft Corporation.  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 resize service that the object size has changed.
If IsValid (inv_resize) Then
	inv_resize.Event pfc_resize (sizetype, This.Width, This.Height)
End If
end event

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions
pfc_n_cst_resize.pfc_resize pfc_n_cst_resize

     
Full name
pfc_u_base

     
Name Scope
No Data