←Select platform

Delete(FullTextSearchItem) Method

Summary

Deletes master forms from the full text search database.

Syntax
C#
VB
C++
Java
public virtual void Delete( 
   FullTextSearchItem item 
) 
Public Overridable Sub Delete( 
   ByVal item As FullTextSearchItem 
) 
public:  
   virtual void Delete( 
      FullTextSearchItem^ item 
   ) 

public void delete( 
   FullTextSearchItem item 
); 

Parameters

item

Properties of the item(s) to be deleted. Must not be null.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.