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

TdxfrmCommonFileCustomDialogClass Type

The class-reference to a shell dialog form class.

Declaration

TdxfrmCommonFileCustomDialogClass = class of TdxfrmCommonFileCustomDialog;

Referenced Class

Type Description
TdxfrmCommonFileCustomDialog

The base class for shell dialog form classes.

Remarks

Assign a reference to a TdxfrmCommonFileCustomDialog class descendant to the OpenFileDialogFormClass or SaveFileDialogFormClass global variable to replace the default “Open” or “Save As” dialog with a custom implementation, respectively.

See Also