xHarbour Reference Documentation > Function Reference |
Marks an index entry as deleted in a Full Text Search index file.
CFTSDelete( <nFileHandle>, <nIndexEntry> ) --> nErrorCode
The function returns 1 when the index entry is successfully removed from the file, or a negative numeber indicating an error condition:
CFTSDelete() is a synonym for function HS_Delete(). Refer to HS_Delete() for more information.
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 |
http://www.xHarbour.com