pfc_pastespecial


pfcmain.pbl   >   pfc_u_oc   >   pfc_pastespecial   

Full name pfc_u_oc.pfc_pastespecial
Access public
Extend of integer
Return value integer
Prototype event integer pfc_pastespecial()

Name Datatype
No Data

Name Datatype
No Data

event pfc_pastespecial;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  			pfc_pastespecial
//
//	(Arguments:		None)
//
//	(Returns:  		integer
//						Return value from the PowerScript PasteSpecial function)
//
//	Description:	Displays a standard OLE 2.0 dialog allowing the user to
//						choose whether to embed or link the OLE object on the
//						clipboard when pasting it in the specified control. 
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

Return this.PasteSpecial()
end event

     
Name Owner
No Data

     
Name Owner
omembeddedcontrol.pastespecial omembeddedcontrol

     
Full name
No Data

     
Name Scope
No Data