RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomIniFile.FileName Property

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

Pascal
property FileName: string;
C++
__property AnsiString FileName;

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!