Back to Devexpress

OpenFileDialogFormClass Variable

vcl-dxshelldialogs-6ee3d705.md

latest1.1 KB
Original Source

OpenFileDialogFormClass Variable

Specifies the Open dialog form class.

Declaration

delphi
var OpenFileDialogFormClass: TdxfrmCommonFileCustomDialogClass = TdxfrmOpenFileDialog;

Variable Value

TypeDescription
TdxfrmCommonFileCustomDialogClass

The class-reference to a shell dialog form class.

|

Remarks

The OpenFileDialogFormClass global variable defines the form class for Open dialogs in all DevExpress controls with shell navigation functionality if the dxUseStandardShellDialogs global constant value is False.

You can assign a reference to a TdxfrmCommonFileCustomDialog class descendant to the OpenFileDialogFormClass global variable to replace built-in skinnable Open dialogs with a custom implementation.

See Also

SaveFileDialogFormClass Global Variable

dxShellDialogs Unit