XBase.Clear

Syntax:

Clear()

Description:

Clears the XBase object properties corresponding to database table fields.

Availability:

Thin client, server, thick client, external connection.

Example:

// Cleares values of all fields in the first record
xB.First();
xB.Clear();
xB.Save();


    

1C:Enterprise Developer's Community