of_getpropertyinfo


pfcutil.pbl   >   pfc_u_tabpg_dwproperty_srvrowselection   >   of_getpropertyinfo   

Full name pfc_u_tabpg_dwproperty_srvrowselection.of_getpropertyinfo
Access public
Extend of integer
Return value integer
Prototype public function integer of_getpropertyinfo(ref n_cst_propertyattrib)

Name Datatype
No Data

Name Datatype
lnv_infoattrib n_cst_infoattrib

public function integer of_getpropertyinfo (ref n_cst_propertyattrib anv_attrib);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_GetPropertyInfo
//
//	Access:   		Public
//
//	Arguments:		
//		anv_attrib	(By ref.) The Property Information attributes.
//
//	Returns:  		Integer
//	 1 for success.
//	-1 for error.
//
//	Description:  
//	 Gets the Service Property Information.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

n_cst_infoattrib lnv_infoattrib

// Get the first two attributes from the Main Information attributes.
of_GetInfo(lnv_infoattrib)
anv_attrib.is_name = lnv_infoattrib.is_name
anv_attrib.is_description = lnv_infoattrib.is_description

// The Property Tab Text.
anv_attrib.is_propertytabtext ='General'

Return 1
end function

     
Name Owner
No Data

     
Name Owner
pfc_u_tabpg_dwproperty_srvrowselection.of_getinfo pfc_u_tabpg_dwproperty_srvrowselection

     
Full name
No Data

     
Name Scope
No Data