TrvActionOpen.CustomFilter

<< Click to display table of contents >>

TrvActionOpen.CustomFilter

Specifies the file filter for custom file formats.

property CustomFilter: TRVALocString;

This property allows opening files in custom formats (in addition to the standard formats listed in the Filter property of this action).

Value of this property is appended to the Filter property of the file opening dialog, if the Filter property includes ffiCustom.

Default value:

'' (empty string)

See also:

GetControlPanel.OnCustomFileOperation

TrvActionCustomFileIO.CustomFilter