of_iscompareobjectassigned


pfcapsrv.pbl   >   pfc_n_cst_linkedlistbase   >   of_iscompareobjectassigned   

Full name pfc_n_cst_linkedlistbase.of_iscompareobjectassigned
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_iscompareobjectassigned()

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_iscompareobjectassigned ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_IsCompareObjectAssigned
//
//	Access:  public
//
//	Arguments : None

//	Returns:  boolean
//	True - The compare object has already been assigned.
// False - The compare object has not been assigned.
//
//	Description:  
//	Determins if the compare object has already been assigned.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

// Determine if the object has already been assigned.
Return IsValid(inv_compare)
end function

     
Name Owner
pfc_n_cst_linkedlistbase.of_setcompare pfc_n_cst_linkedlistbase

     
Name Owner
systemfunctions.isvalid systemfunctions

     
Full name
No Data

     
Name Scope
No Data