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