xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CFTSDelete()

Marks an index entry as deleted in a Full Text Search index file.

Syntax

CFTSDelete( <nFileHandle>, <nIndexEntry> ) --> nErrorCode

Arguments

<nFileHandle>
This is the numeric file handle of the Full Text Search index file to mark an entry as deleted. The file handle is returned from CFTSOpen() or CFTSCrea().
<nIndexEntry>
The ordinal position of the index entry to delete must be specified as a numeric value.

Return

The function returns 1 when the index entry is successfully removed from the file, or a negative numeber indicating an error condition:

Description

CFTSDelete() is a synonym for function HS_Delete(). Refer to HS_Delete() for more information.

Info

See also:DbDelete(), HS_IfDel(), HS_Replace(), HS_Undelete()
Category: CFTS functions
Source:rdd\hsx\cftsfunc.c
LIB:lib\xhb.lib
DLL:dll\xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe