Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us

FlexCompress.BeginUpdate

FlexCompress        Example

Previous  Top  Next

Begins a transaction for open archive.

 

[C#]

public void BeginUpdate();

 

[VB.NET]

Public Sub BeginUpdate()

 

Description

Call BeginUpdate to start a group of operations called a transaction. All changes made by operations within single transaction can be saved by calling EndUpdate or cancelled by CancelUpdate. BeginUpdate sets InUpdate property to True.

 

FlexCompress.NET transaction system provides archive integrity like reliable database systems.

 

Note:    Any transaction must be finished before extracting or testing files. Otherwise exception will be raised.

        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 28, 2024