Skip to main content
A newer version of this page is available. .

TdxfrmCommonFileCustomDialog Class

The base class for shell dialog form classes.

Declaration

TdxfrmCommonFileCustomDialog = class(
    TdxForm
)

Remarks

Do not use the TdxfrmCommonFileCustomDialog class directly, use the following descendants instead:

Inherit a class from one of these descendants to create a class for a shell dialog custom form. Assign a created class reference to the OpenFileDialogFormClass or SaveFileDialogFormClass global variable to replace the default “Open” or “Save As” dialog with a custom implementation.

The TdxfrmCommonFileCustomDialogClass type references the TdxfrmCommonFileCustomDialog class.

See Also