RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileStream.FileName Property

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

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

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

 

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