SaveAs method

Applies To
TQDB, TQDBItem, TQDBView

Declaration
procedure SaveAs(NewName : string);

Description
The SaveAs method saves the current state of the QDB file to a new file given by NewName. It is the user's responsibility to ensure that NewName doesn't conflict with an existing file which would be overwritten.

During the processing a ProgressUpdate event is generated at intervals.