of_GetUpdateable


pfcmain.pbl   >   pfc_u_dw   >   of_GetUpdateable   

Full name pfc_u_dw.of_GetUpdateable
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_GetUpdateable()

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_GetUpdateable ();//////////////////////////////////////////////////////////////////////////////
//	Public Function:  of_GetUpdateable
//	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
//						5.0   Initial version
// 					6.0	Marked obsolete  Replaced by of_IsUpdateable
//////////////////////////////////////////////////////////////////////////////
//	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 of_IsUpdateable()
end function

     
Name Owner
pfc_n_cst_dwsrv_linkage.of_createupdatesequence pfc_n_cst_dwsrv_linkage
pfc_n_cst_dwsrv_linkage.of_getupdatespending pfc_n_cst_dwsrv_linkage

     
Name Owner
pfc_u_dw.of_IsUpdateable pfc_u_dw

     
Full name
No Data

     
Name Scope
No Data