FireDAC.Comp.DataSet.TFDDataSet.SaveToFileAtClose

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
Unit: FireDAC.Comp.DataSet
Parent: TFDDataSet

Delphi

function SaveToFileAtClose: Boolean;

C++

bool __fastcall SaveToFileAtClose();

Description

Returns True if the dataset content is saved to file at closing.

Call the SaveFileAtClose method to see whether the dataset saves its data to the external file at closing. To automatically save content to the data file, the following conditions must be met:

See Also