IWebFileOpenDialog.Filter

Syntax

Filter: String;

Description

The Filter property determines filter text to limit list of available files.

Comments

Specify in the filter file formats via comma, which will be available during dialog box work, for example, .txt, .doc, .docx.

Example

The property use is given in the example for IWebFileDialog.Execute.

See also:

IWebFileOpenDialog