IFileOpenDialog.ShowReadOnly

Syntax

ShowReadOnly: Boolean;

Description

The ShowReadOnly property indicates whether the flag used to select mode of file opening is displayed in the dialog.

Comments

The property is set to False by default, the checkbox is not displayed. If the property is set to True, the Read-Only checkbox is present in the dialog box during its initialization. This checkbox controls value of the ReadOnlyChecked property, it can be further used to check the mode of file opening.

Example

The example of use is given in description of the IFileOpenDialog.MultiSelect property.

See also:

IFileOpenDialog