TRVAControlPanel.DefaultCustomFilterIndex |
Top Previous Next |
|
Specifies the default index of custom format for new documents. property DefaultCustomFilterIndex: Integer; This property is used if DefaultFileFormat=ffeCustom. This is an index of custom format (from 1); custom formats are listed in TrvActionSaveAs.CustomFilter property. This is a temporal format assigned to new documents after executing TrvActionNew. This format will be offered as a default format on the first execution of TrvActionSave or TrvActionSaveAs for new documents. OnCustomFileOperation occurs when files of this format need to be saved. Default value: 1 |