XBase.CreateIndex

Syntax:

CreateIndex(<FileName>)

Parameters:

<FileName> (required)

Type: String.
Complete name of the index file being created.

Returned value:

Type: Boolean.
True indicates the index file has been created; otherwise it is False.

Description:

Creates an index file. The index file being created will contain all indices that currently exist.

Availability:

Thin client, server, thick client, external connection.

Example:

xB.CreateIndex(IndexFileName);

    

1C:Enterprise Developer's Community