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

OpenFileDialogFormClass Variable

Specifies the “Open” dialog form class.

Declaration

var OpenFileDialogFormClass: TdxfrmCommonFileCustomDialogClass = TdxfrmOpenFileDialog;

Variable Value

Type Description
TdxfrmCommonFileCustomDialogClass

The class-reference to a shell dialog form class.

Remarks

Assign a reference to a TdxfrmCommonFileCustomDialog class descendant to the OpenFileDialogFormClass global variable to replace the default “Open” dialog with a custom implementation.

See Also