pfc_renameitem


pfcmain.pbl   >   pfc_u_lvs   >   pfc_renameitem   

Full name pfc_u_lvs.pfc_renameitem
Access public
Extend of integer
Return value integer
Prototype event integer pfc_renameitem()

Name Datatype
No Data

Name Datatype
No Data

event pfc_renameitem;//////////////////////////////////////////////////////////////////////////////
//
//	Event:		pfc_RenameItem
//
//	Arguments:	None
//
//	Returns:		Integer
//					 1 = action taken
//					-1 = no action taken
//
//	Description:	Rename the selected item.
//
//////////////////////////////////////////////////////////////////////////////
//	
//	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.
//
//////////////////////////////////////////////////////////////////////////////

if this.editlabels Then
	return this.editlabel( this.selectedindex() )
End If

Return -1
end event

     
Name Owner
No Data

     
Name Owner
listview.editlabel listview
listview.selectedindex listview

     
Full name
No Data

     
Name Scope
No Data