ShowFullPath property (LEADDlgFile Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

bool ShowFullPath

Delphi Syntax

ShowFullPath: Boolean

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets a value that indicates whether the "Full path" box was checked in the FileConversion dialog box and whether to view the file name and path in the source File(s) list or just the file name. Possible values are:

Value

Meaning

TRUE

The "Full path" check box was checked and the file name and the path will be displayed in the Source Files List.

FALSE

The "Full path" check box was not checked and only the file name will be displayed in the Source Files List.

See Also

Elements:

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

Topics:

Imaging Common Dialogs: Properties, Methods, and Events