of_getdetails


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv_linkage   >   of_getdetails   

Full name pfc_n_cst_dwsrv_linkage.of_getdetails
Access public
Extend of integer
Return value integer
Prototype public function integer of_getdetails(ref u_dw[])

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getdetails (ref u_dw adw_details[]);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetDetails
//
//	Access:    		Public
//
//	Arguments:
//	adw_details:  	An array of u_dw (passed by reference) to hold the detail references.
//
//	Returns:   		Integer
//   					The number of details
//
//	Description:  Obtains a reference to all the details attached to 
//					  the requesting datawindow.
//
//	   Note: Can be called from any datawindow in the linked chain.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////
adw_details = idw_details 

Return UpperBound(idw_details) 
end function

     
Name Owner
pfc_u_tabpg_dwproperty_srvlinkage.pfc_propertypopulate pfc_u_tabpg_dwproperty_srvlinkage

     
Name Owner
systemfunctions.upperbound systemfunctions

     
Full name
No Data

     
Name Scope
No Data