[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Checks whether a specified directory already exists, and displays a message when missing.
Source position: dialogs.pp line 284
protected function TSelectDirectoryDialog.CheckFileMustExist( |
const AFilename: string |
):Boolean; override; |
AFilename |
|
Directory name examined in the method. |
True if the specified directory exists, and False when it is missing.
CheckFileMustExist is an overridden Boolean function in TSelectDirectoryDialog. It is check whether the directory specified in AFilename already exists on the file system. The return value is True if the directory in AFilename already exists. It is False if the directory does not exist.
CheckFileMustExist re-implements the method inherited from TOpenDialog to use directory-specific resource strings when messages are displayed for a missing value in AFilename.
CheckFileMustExist is called from the CheckFile method in TOpenDialog.
|
Determines whether the specified file name exists. |
|
|
Ensures the specified file name meets the requirements for the dialog. |
|
Version 4.0 | Generated 2025-05-03 | Home |