Skip to main content

TcxDlgShellOptions Class

Contains settings common to all shell objects.

Declaration

TcxDlgShellOptions = class(
    TPersistent
)

Remarks

The TcxDlgShellOptions class contains options affecting the functionality of the shell browser dialog controls. These options affect the visibility of the shell items of different types (files or folders), the availability of the context menus to end-users, etc.

You can access the set of options using the Options property of a shell browser dialog.

Inheritance

TObject
TPersistent
TcxDlgShellOptions
See Also