of_describe


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv   >   of_describe   

Full name pfc_n_cst_dwsrv.of_describe
Access public
Extend of integer
Return value integer
Prototype public function integer of_describe(ref n_cst_dwobjectattrib[],string)

Name Datatype
No Data

Name Datatype
No Data

public function integer of_describe (ref n_cst_dwobjectattrib a_dwobject_attrib[], string as_attribute);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_Describe (FORMAT 1)
//
//	Access:   		Public
//
//	Arguments:
//   a_dwobject_attrib   A NVO Class to hold the described attributes
//   as_attribute	          A string containing the name of the attribute 
//								    to be described
//
//	Returns:  		integer
//					   1 = success
//						-1 = an error occurred describing one or more of the attributes.
//
//	Description:  	Describes the specified attribute for all
//					  	datawindow columns.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 of_Describe ( a_dwobject_attrib, as_attribute, "*", "*", FALSE ) 
end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_dwsrv.of_describe pfc_n_cst_dwsrv

     
Full name
No Data

     
Name Scope
No Data