FireDAC.Comp.Client.TFDCustomMemTable.FileName

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also