of_IsUpdateable


pfcmain.pbl   >   pfc_u_dw   >   of_IsUpdateable   

Full name pfc_u_dw.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 ();//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_IsUpdateable
//	Arguments:		None
//	Returns:			boolean
//						true   The dw is marked as updateable
//						false   The dw is not marked as updateable
//	Description:	Gets the value of the updateable property of the DW indicating
//						whether the DataWindow is updateable
//////////////////////////////////////////////////////////////////////////////
//	Rev. History	Version
//						6.0   Initial version - Replaces obsoleted function of_GetUpdateable(...).
//////////////////////////////////////////////////////////////////////////////
//	Copyright © 1996-1999 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_u_dw.of_GetUpdateable pfc_u_dw
pfc_u_dw.pfc_updatespending pfc_u_dw

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data