[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Determines whether the specified file name exists.
Source position: dialogs.pp line 250
protected function TOpenDialog.CheckFileMustExist( |
const AFileName: string |
):Boolean; virtual; |
AFileName |
|
File name (including path) checked in the method. |
True if the specified file exists on the local file system.
CheckFileMustExist is a Boolean function used to check whether the file in AFilename exists on the local file system. The return value is True when FileExistsUTF8 finds the specified file name. If the file is not found, an error message is displayed with the value in rsfdFileNotExist.
CheckFileMustExist is used in the implementation of the CheckFile method.
|
Ensures the specified file name meets the requirements for the dialog. |
|
|
Ensures that values in the FileName and Files properties are valid for the Options in the dialog. |
|
|
Contains the UTF-8-encoded name for a file chosen using the dialog. |
|
|
Stores the names of files (or directories) selected using the dialog. |
Version 4.0 | Generated 2025-05-03 | Home |