of_ClearUndo


pfcapsrv.pbl   >   pfc_n_cst_lvsrv_datasource   >   of_ClearUndo   

Full name pfc_n_cst_lvsrv_datasource.of_ClearUndo
Access protected
Extend of integer
Return value integer
Prototype protected function integer of_ClearUndo()

Name Datatype
No Data

Name Datatype
ll_empty long[]
llvi_emptyitem listviewitem[]

protected function integer of_ClearUndo ();//////////////////////////////////////////////////////////////////////////////
//	Protected Function:	of_ClearUndo
//	Arguments:  	None
//	Returns:  		Integer
//				 		1 if it succeeds
//	Description:	Clear the undo properties
//////////////////////////////////////////////////////////////////////////////
//	Rev. History:	Version
//						6.0  Initial version
//////////////////////////////////////////////////////////////////////////////
//	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.
//////////////////////////////////////////////////////////////////////////////
long				ll_empty[]
listviewitem	llvi_emptyitem[]

// Reset the undo variables
ilvi_UndoDeleteItem = llvi_emptyitem
il_UndoDeleteHandle = ll_empty
il_UndoEditHandle = 0
il_UndoInsertHandle = 0
is_UndoEditLabelText = ""
is_UndoType = ""

return 1
end function

     
Name Owner
pfc_n_cst_lvsrv_datasource.of_ResetList pfc_n_cst_lvsrv_datasource
pfc_n_cst_lvsrv_datasource.of_UnRegister pfc_n_cst_lvsrv_datasource
pfc_n_cst_lvsrv_datasource.of_Refresh pfc_n_cst_lvsrv_datasource
pfc_n_cst_lvsrv_datasource.pfc_refresh pfc_n_cst_lvsrv_datasource

     
Name Owner
No Data

     
Full name
No Data

     
Name Scope
No Data