IFileDialog.FilterIndex

Syntax

FilterIndex: Integer;

Description

The FilterIndex property determines which file syntax set in the Filter property will be set by default on opening the dialog box.

Comments

The indexing starts with 1. If the FilterIndex value exceeds the limits, the first syntax of the file specified in the Filter property is used by default.

See also:

IFileDialog