IFileDialog.FilterIndex

Syntax

FilterIndex: Integer;

Description

The FilterIndex property determines what file syntax set in the Filter property should be set by default on opening the dialog box. 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