System.Classes.TFileStream.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.Classes.pas
System.Classes.hpp
System.Classes TFileStream

Description

Preserves the file name of the file associated with the file stream.

Use FileName to display the name of the file that TFileStream has accessed from disk. This is a read only property.