of_dwsetredraw


pfcutil.pbl   >   pfc_w_debuglog   >   of_dwsetredraw   

Full name pfc_w_debuglog.of_dwsetredraw
Access public
Override of integer
Return value integer
Prototype public function integer of_dwsetredraw(boolean)

Name Datatype
ab_switch boolean

Name Datatype
No Data

public function integer of_dwsetredraw (boolean ab_switch);//////////////////////////////////////////////////////////////////////////////
//
//	Function:  		of_DwSetRedraw
//
//	Access:  		public
//
//	Arguments:		
//	ab_switch		Switch to turn Redraw True or False.
//
//	Returns:  		Integer
//						Returns 1 if it succeeds and -1 if an error occurs.
//						If argument is NULL, function returns NULL.
//
//	Description:  	Set Redraw on dw_debuglog as requested.
//
//////////////////////////////////////////////////////////////////////////////
//
//	Revision History
//
//	Version
//	5.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 dw_debuglog.SetRedraw(ab_switch)
end function

     
Name Owner
pfc_n_cst_debug.of_message pfc_n_cst_debug

     
Name Owner
dragobject.setredraw dragobject

     
Full name
pfc_w_debuglog

     
Name Scope
No Data