Intersoft ClientUI Documentation
Remove Method
See Also  Send Feedback
Intersoft.Client.Documents Namespace > ListItemCollection Class : Remove Method






item

Syntax

Visual Basic (Declaration) 
Public Function Remove( _
   ByVal item As ListItem _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ListItemCollection
Dim item As ListItem
Dim value As Boolean
 
value = instance.Remove(item)
C# 
public bool Remove( 
   ListItem item
)
Delphi 
public function Remove( 
    item: ListItem
): Boolean; 
JScript 
public function Remove( 
   item : ListItem
) : boolean;
Managed Extensions for C++ 
public: bool Remove( 
   ListItem* item
) 
C++/CLI 
public:
bool Remove( 
   ListItem^ item
) 

Parameters

item

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.