FireDAC.Comp.Client.TFDCustomMemTable.FileName
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: FireDAC.Comp.Client.pas FireDAC.Comp.Client.hpp
| |
| Unit: FireDAC.Comp.Client | |
| Parent: TFDCustomMemTable | |
Delphi
property FileName: string read GetFileName write SetFileName;
C++
__property System::UnicodeString FileName = {read=GetFileName, write=SetFileName};
Description
Shortcut for ResourceOptions.PersistentFileName.
FileName is a shortcut for the ResourceOptions.PersistentFileName property and allows you to set / get the persistent file name to store the dataset content.
The property is for the TClientDataSet compatibility.