xHarbour Reference Documentation > Function Reference |
Removes the deletion mark from an index entry in a Full Text Search index file.
CFTSUndel( <nFileHandle>, <nIndexEntry> ) --> nErrorCode
The function returns 1 when the deletion mark is successfully removed from the index entry, or a negative numeber indicating an error condition.
CFTSUndel() is a synonym for function HS_Undelete(). Refer to HS_Undelete() for more information.
See also: | DbRecall(), HS_Delete(), HS_IfDel(), HS_Replace() |
Category: | CFTS functions |
Source: | rdd\hsx\cftsfunc.c |
LIB: | lib\xhb.lib |
DLL: | dll\xhbdll.dll |
http://www.xHarbour.com