of_getcount


pfcapsrv.pbl   >   pfc_n_cst_tmgsingle   >   of_getcount   

Full name pfc_n_cst_tmgsingle.of_getcount
Access public
Extend of integer
Return value integer
Prototype public function integer of_getcount()

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getcount ();//////////////////////////////////////////////////////////////////////////////
//
//	Function: of_getcount
//
//	Access: public
//
//	Arguments: 	None
//
//	Returns: integer 
// 1 - An object is registered.
// 0 - No object has been registered.
// -1 - Error
//
//	Description:
//	Returns the number of object/events registered.  Either 1 or 0.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.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.
//
//////////////////////////////////////////////////////////////////////////////

If IsValid(ipo_notifyobject) Then
	Return 1
End If

Return 0
end function

     
Name Owner
No Data

     
Name Owner
systemfunctions.isvalid systemfunctions

     
Full name
No Data

     
Name Scope
No Data