pfc_editobject


pfcmain.pbl   >   pfc_u_oc   >   pfc_editobject   

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

Name Datatype
No Data

Name Datatype
No Data

event pfc_editobject;//////////////////////////////////////////////////////////////////////////////
//
//	Event:  pfc_editobject
//
//	Arguments:  none
//
//	Returns:  integer
//	 0 = success
//	-1 = Control is empty 
//	-2 = Invalid verb for object
//	-3 = Verb not implemented by object
//	-4 = No verbs supported by object
//	-5 = Object can’t execute verb now
//	-9 = Other error
//
//	Description:  Activates the object inplace
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.Activate (inplace!)
end event

     
Name Owner
No Data

     
Name Owner
omembeddedcontrol.activate omembeddedcontrol

     
Full name
No Data

     
Name Scope
No Data