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

SaveFileDialogFormClass Variable

Specifies the “Save As” dialog form class.

Declaration

var SaveFileDialogFormClass: TdxfrmCommonFileCustomDialogClass = TdxfrmSaveFileDialog;

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 SaveFileDialogFormClass global variable to replace the default “Save As” dialog with a custom implementation.

See Also