FireDAC.Comp.Client.TFDCustomMemTable.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: string read GetFileName write SetFileName;

C++

__property System::UnicodeString FileName = {read=GetFileName, write=SetFileName};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomMemTable

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.

See Also