VirtualDAC

TVirtualTable.SaveToFile Method

Saves data of a TVirtualTable component to a file.

Class

TVirtualTable

Syntax

procedure SaveToFile(const FileName: string; StoreFields: boolean = True; StoreAllData: boolean = false);

Parameters
FileName
Holds the name of the file to save data to.
StoreFields
Indicates whether to save fields to a file.
StoreAllData

Remarks

Call the SaveToFile method to save data of a TVirtualTable component to a file. Specify the name of the file as the value of the FileName parameter.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback