PreviousNext
Help > Easycom .NET > Easycom namespace > EasycomFile > EasycomFile.RecordUpdate Method
EasycomFile.RecordUpdate Method

 Validates record changes or record appending.

 

Class EasycomFile

 

Syntax

public void EasycomFile.RecordUpdate()

 

Description

 

This function validates record changes or record appending.

 

This function call is valid after a call of EasycomFile.Append, after a call of EasycomFile.RecordLock or if a record is fetched in "Locked" fetch mode. In other words, the object must be in append or in locked mode.

 

Previous calls of EasycomFile.SetValue must have been performed to set field values.