of_disabledebug


vg_security.pbl   >   vg_n_cst_vgmanager   >   of_disabledebug   

Full name vg_n_cst_vgmanager.of_disabledebug
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_disabledebug()

Name Datatype
No Data

Name Datatype
No Data

public function boolean of_disabledebug ();/*_____________________________________________________________________________
Description	:	Disable the debug mode.
Usage			:	By default the debug is enable. You can use the debugger to analyze 
					actions performed during the application runtime.
Example 		: 	In this example, the debugger is enabled when the keyword 'debug'
					is equal to 'yes'.
						IF ProfileString ("app.ini", "option", "debug", "no") = "yes" THEN
							iuo_vgsecurity.of_enabledebug ()
						ELSE
							iuo_vgsecurity.of_disabledebug ()
						END IF
						
Argument		:	none.
Return		:	boolean : retourne la valeur du mode debug avant l'exécution de cette fonction.
History		:	
					V7.50 - HC  - 06/06/2000 - Initial version
_____________________________________________________________________________*/

Return iuo_vgsecurity.of_disabledebug ()

end function

     
Name Owner
No Data

     
Name Owner
vg_n_cst_vgsecurity.of_disabledebug vg_n_cst_vgsecurity

     
Full name
No Data

     
Name Scope
No Data