IFileDialog.ValidateNames

Syntax

ValidateNames: Boolean;

Description

The ValidateNames property determines whether the correctness of the file name is checked.

Comments

Available values:

NOTE. The property is implemented only in the FileOpenDialog component. In the FileSaveDialog component use the IFileSaveDialog.CreatePrompt property.

See also:

IFileDialog