xHarbour Reference Documentation > Function Reference |
Checks if a Full Text Search index entry is marked as deleted.
CFTSIfDel( <nFileHandle>, <nIndexEntry> ) --> nErrorCode
The function returns 1 when the index entry <nIndexEntry> is marked as deleted, zero when the deletion flag is not set, or a negative numeber indicating an error condition.
CFTSIfDel() is a synonym for function HS_IfDel(). Refer to HS_IfDel() for more information.
See also: | Deleted(), HS_Delete(), HS_Undelete() |
Category: | CFTS functions |
Source: | rdd\hsx\cftsfunc.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com