FileOpenDialog#

Qualified name: delphivcl.FileOpenDialog

class FileOpenDialog#

Bases: Component

Class for Vista and newer Windows operating systems style file open dialogs. This class extends TCustomFileOpenDialog. It allows creating Microsoft Windows Vista (or newer Windows operating systems) style file open dialogs CLSID_FileOpenDialog and implements the IFileOpenDialog interface.

Methods

Execute

Displays the dialog

Attributes

ClassName

Returns the TObject.ClassName

ClientGuid

<Delphi property ClientGuid of type TFileOpenDialog at 21141BF2BE0>

ComObject

Specifies the interface reference implemented by the component.

ComponentCount

Indicates the number of components owned by the component.

ComponentIndex

Indicates the position of the component in its owner's Components property array.

ComponentState

Describes the current state of the component, indicating when a component needs to avoid certain actions.

ComponentStyle

Governs the behavior of the component.

Components

<Delphi indexed property Components of type TComponent at 21141642500>

DefaultExtension

<Delphi property DefaultExtension of type TFileOpenDialog at 21141BF2CB0>

DefaultFolder

<Delphi property DefaultFolder of type TFileOpenDialog at 21141BF2D80>

DesignInfo

Contains information used by the Form designer.

FavoriteLinks

<Delphi property FavoriteLinks of type TFileOpenDialog at 21141BF2E50>

FileName

<Delphi property FileName of type TFileOpenDialog at 21141BF2F20>

FileNameLabel

<Delphi property FileNameLabel of type TFileOpenDialog at 21141BF2FF0>

FileTypeIndex

<Delphi property FileTypeIndex of type TFileOpenDialog at 21141BF3190>

FileTypes

<Delphi property FileTypes of type TFileOpenDialog at 21141BF30C0>

Name

Specifies the name of the component as referenced in code.

Observers

Indicates the TObservers object added to the TComponent.

OkButtonLabel

<Delphi property OkButtonLabel of type TFileOpenDialog at 21141BF3260>

OnExecute

<Delphi property OnExecute of type TFileOpenDialog at 21141BF34D0>

OnFileOkClick

<Delphi property OnFileOkClick of type TFileOpenDialog at 21141BF35A0>

OnFolderChange

<Delphi property OnFolderChange of type TFileOpenDialog at 21141BF3670>

OnFolderChanging

<Delphi property OnFolderChanging of type TFileOpenDialog at 21141BF3740>

OnSelectionChange

<Delphi property OnSelectionChange of type TFileOpenDialog at 21141BF3810>

OnShareViolation

<Delphi property OnShareViolation of type TFileOpenDialog at 21141BF38E0>

OnTypeChange

<Delphi property OnTypeChange of type TFileOpenDialog at 21141BF39B0>

Options

<Delphi property Options of type TFileOpenDialog at 21141BF3330>

Owner

Indicates the component that is responsible for streaming and freeing this component.

Tag

Stores a NativeInt integral value as a part of a component.

Title

<Delphi property Title of type TFileOpenDialog at 21141BF3400>

VCLComObject

Represents information used internally by components that support COM.

ClientGuid#

<Delphi property ClientGuid of type TFileOpenDialog at 21141BF2BE0>

DefaultExtension#

<Delphi property DefaultExtension of type TFileOpenDialog at 21141BF2CB0>

DefaultFolder#

<Delphi property DefaultFolder of type TFileOpenDialog at 21141BF2D80>

Execute()#

Displays the dialog

<Delphi property FavoriteLinks of type TFileOpenDialog at 21141BF2E50>

FileName#

<Delphi property FileName of type TFileOpenDialog at 21141BF2F20>

FileNameLabel#

<Delphi property FileNameLabel of type TFileOpenDialog at 21141BF2FF0>

FileTypeIndex#

<Delphi property FileTypeIndex of type TFileOpenDialog at 21141BF3190>

FileTypes#

<Delphi property FileTypes of type TFileOpenDialog at 21141BF30C0>

OkButtonLabel#

<Delphi property OkButtonLabel of type TFileOpenDialog at 21141BF3260>

OnExecute#

<Delphi property OnExecute of type TFileOpenDialog at 21141BF34D0>

OnFileOkClick#

<Delphi property OnFileOkClick of type TFileOpenDialog at 21141BF35A0>

OnFolderChange#

<Delphi property OnFolderChange of type TFileOpenDialog at 21141BF3670>

OnFolderChanging#

<Delphi property OnFolderChanging of type TFileOpenDialog at 21141BF3740>

OnSelectionChange#

<Delphi property OnSelectionChange of type TFileOpenDialog at 21141BF3810>

OnShareViolation#

<Delphi property OnShareViolation of type TFileOpenDialog at 21141BF38E0>

OnTypeChange#

<Delphi property OnTypeChange of type TFileOpenDialog at 21141BF39B0>

Options#

<Delphi property Options of type TFileOpenDialog at 21141BF3330>

Title#

<Delphi property Title of type TFileOpenDialog at 21141BF3400>