XBase.Default

Syntax:

New XBase(<PathToTheDatabase>, <PathToIndex>, <ReadOnly>)

Parameters:

<PathToTheDatabase> (optional)

Type: String.
Full name of a DBF formatted database table file.

<PathToIndex> (optional)

Type: String.
Path to the table's index file.

<ReadOnly> (optional)

Type: Boolean.
True - open the file for reading only, False - open the file for reading and writing.
Default value: False.

Description:

Creates an XBase object. On creation, index and table files may be opened immediately.

Example:

xB = New xBase("C:\temp.dbf");

See also:

XBase, method OpenFile

    

1C:Enterprise Developer's Community