of_canundo


pfcapsrv.pbl   >   pfc_n_cst_tvsrv_levelsource   >   of_canundo   

Full name pfc_n_cst_tvsrv_levelsource.of_canundo
Access public
Extend of boolean
Return value boolean
Prototype public function boolean of_canundo()

Name Datatype
No Data

Name Datatype
lb_undo boolean
ls_undotype string

public function boolean of_canundo ();//////////////////////////////////////////////////////////////////////////////
//
//	Function:	of_CanUndo
//
//	Access:		Public
//
//	Arguments:	none
//
//	Returns:		Boolean
//					true = we can undo the last edit/insert/delete
//					false = cannot undo the last edit/insert/delete
//
//	Description:
//	Returns if undo can be performed
//
//////////////////////////////////////////////////////////////////////////////
//
//	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.
//
//////////////////////////////////////////////////////////////////////////////
boolean	lb_undo
string	ls_undotype

lb_undo = of_CanUndo(ls_undotype)

Return lb_undo

end function

     
Name Owner
No Data

     
Name Owner
pfc_n_cst_tvsrv_levelsource.of_canundo pfc_n_cst_tvsrv_levelsource

     
Full name
No Data

     
Name Scope
No Data