Skip to main content

TdxPSFileBasedExplorer.Options Property

Specifies a file-based report explorer’s options.

Declaration

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