XBase.Add

Syntax:

Add()

Description:

Adds new blank record. This clears the fields and object properties Key. To write changes in a database table, you must initialize the writing.

Availability:

Thin client, server, thick client, external connection.

Example:

xB.Add();
xB.CODE = "00004";
xB.NAME = "Keyboard";
xB.Save();


    

1C:Enterprise Developer's Community