of_getcolumndisplaynamestyle


pfcdwsrv.pbl   >   pfc_n_cst_dwsrv   >   of_getcolumndisplaynamestyle   

Full name pfc_n_cst_dwsrv.of_getcolumndisplaynamestyle
Access public
Extend of integer
Return value integer
Prototype public function integer of_getcolumndisplaynamestyle()

Name Datatype
No Data

Name Datatype
No Data

public function integer of_getcolumndisplaynamestyle ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:
//	of_getColumnDisplayNameStyle
//
//	Access:
//	public
//
//	Arguments:
//	none
//
//	Returns:
//	integer
//	columnDisplayNameStyle setting
//	DEFAULT = 0	regular DataWindow column name
//	DBNAME =1	database name for the column
//	HEADER = 2	header name for the column
//
//	Description:
//	Gets the value of the columnDisplayNameStyle property
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	6.0   Initial version - Replaces obsoleted function of_getColumnNameSource(...).
//
//////////////////////////////////////////////////////////////////////////////
//
//	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 ii_source
end function

     
Name Owner
pfc_n_cst_dwsrv.of_getcolumnnamesource pfc_n_cst_dwsrv

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data