xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

CFTSIfDel()

Checks if a Full Text Search index entry is marked as deleted.

Syntax

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

Arguments

<nFileHandle>
This is the numeric file handle of the Full Text Search index file to check. The file handle is returned from CFTSOpen() or CFTSCrea().
<nIndexEntry>
This is a numeric value specifying the ordinal position of the index entry to check.

Return

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.

Description

CFTSIfDel() is a synonym for function HS_IfDel(). Refer to HS_IfDel() for more information.

Info

See also:Deleted(), HS_Delete(), 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