[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Contains the UTF-8-encoded name for a file chosen using the dialog.
Source position: dialogs.pp line 175
published property TFileDialog.FileName : string |
FileName is a String property with the name for a file chosen using the dialog. As a String type, it can contain UTF-8-encoded values. If you need the file name using the system encoding, you can use UTF8ToSys from the LazUTF8 unit.
The value in FileName may be used in a different context in descendent classes. For example, it represents a directory name in the TSelectDirectoryDialog descendant.
Version 4.0 | Generated 2025-05-03 | Home |