System.IniFiles.TCustomIniFile.FileName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property FileName: string read FFileName;

C++

__property System::UnicodeString FileName = {read=FFileName};

Properties

Type Visibility Source Unit Parent
property public
System.IniFiles.pas
System.IniFiles.hpp
System.IniFiles TCustomIniFile

Description

Contains the name of the ini file from which to read and to which to write information.

Read FileName to retrieve the name of the ini file that this object can be used to access. The methods that read and write ini file information automatically handle opening and closing the file specified by FileName.

FileName is read-only. The name of the ini file the object uses is supplied as the parameter for the constructor.

See Also