Unit 'Dialogs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TOpenDialog.CheckFileMustExist

CheckFileMustExist returns True if a file with the specified name exists.

Declaration

Source position: dialogs.pp line 231

protected function TOpenDialog.CheckFileMustExist(

  const AFileName: string

):Boolean; virtual;