Skip to main content
All docs
V25.1
  • TdxfrmCommonFileCustomDialog.ForceFileSystem Property

    Specifies if only actual files and folders in the file system can be the shell dialog’s targets.

    Declaration

    property ForceFileSystem: Boolean read; write;

    Property Value

    Type Description
    Boolean
    False
    Default. The shell dialog does not check if a selected item belongs to the file system.
    True
    The shell dialog displays an error when a user attempts to select an item inaccessible through an actual path in the file system (for example, a file within a ZIP archive).

    Remarks

    Use the corresponding ForceFileSystem property in the parent shell dialog component to change the shell dialog behavior.

    Default Value

    The ForceFileSystem property’s default value is False.

    See Also