of_IsUpdateable


pfcmain.pbl   >   pfc_n_ds   >   of_IsUpdateable   

Full name pfc_n_ds.of_IsUpdateable
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_IsUpdateable()

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_IsUpdateable ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:  of_IsUpdateable
//
//	Access:  Public
//
//	Arguments:	None
//	ab_switch   Indicates whether the DataStore is updateable
//
//	Returns:  Boolean
//	 True = DataStore is updateable.
//	 False1 = DataStore is Not updateable.
//
//	Description:
//	Reports whether the DataStore is updateable.
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////

return ib_isupdateable
end function

     
Name Owner
pfc_n_ds.pfc_updatespending pfc_n_ds

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data