Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxPSFileBasedExplorer.Options Property

Specifies a file-based report explorer’s options.

#Declaration

Delphi
property Options: TdxPSFileBasedExplorerOptions read; write; default [eoShowIOErrors];

#Property Value

Type
TdxPSFileBasedExplorerOptions

#Remarks

Options include:

Value

Meaning

eoLoadAll

Specifies whether the entire folders and items hierarchy should be loaded into the explorer component when it is loaded. If disabled, the explorer component initially loads only the root folder’s content.

eoShowIOErrors

Specifies whether the explorer component displays error messages when a disk operation fail, e.g. when attempting to delete a file used by another process. If disabled, the explorer doesn’t notify end-users about errors that have occurred.

eoStoreToRegistry

This option is obsolete. Now, the report explorer stores its settings to the storage specified via the OptionsStoring.StorageType property of the currently active engine controller.

To report explorer’s settings are persisted using the SaveToIniFile, SaveToRegistry, LoadFromIniFile, and LoadFromRegistry methods, which are called automatically.

The default value of the Options property is [eoShowIOErrors].

See Also