UseOriginalFolder property (LEADDlgFile Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

bool UseOriginalFolder

Delphi Syntax

UseOriginalFolder: Boolean

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets a value that indicates whether the "use original folder" radio button was checked in the FileConversion dialog box and whether to save the converted file(s) in the same folder as the source file(s). Possible values are:

Value

Meaning

TRUE

The "Use Original folder" radio button was checked and the converted file(s) will be saved in the same folder as the source file(s).

FALSE

The "Use Original folder" radio button was not checked and the converted file(s) will not be saved in the same folder as the source file(s).

See Also

Elements:

ShowFileConversionDlg method, FileFormats property, SelectedExt property, ServerAppName property, DestinationPath property, SourceFilePath property, RemoveSourceFile property, ShowFullPath property

Topics:

Imaging Common Dialogs: Properties, Methods, and Events