System.Win.Registry.TRegIniFile.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.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegIniFile

Description

Specifies the name of the key opened or created in the system registry.

Query FileName to determine the name of the key in the system registry that is the root key for all TRegIniFile operations.

See Also