Back to Devexpress

TdxfrmCommonFileCustomDialogClass Type

vcl-dxshellcustomdialog-a4a326ad.md

latest960 B
Original Source

TdxfrmCommonFileCustomDialogClass Type

The class-reference to a shell dialog form class.

Declaration

delphi
TdxfrmCommonFileCustomDialogClass = class of TdxfrmCommonFileCustomDialog;

Referenced Class

TypeDescription
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

dxUseStandardShellDialogs Global Constant

dxShellCustomDialog Unit