API:FMX.Dialogs.TOpenDialog

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Dialogs.TCommonDialogFMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTOpenDialog

Delphi

TOpenDialog = class(TCommonDialog)

C++

class PASCALIMPLEMENTATION TOpenDialog : public TCommonDialog

Properties

Type Visibility Source Unit Parent
class public
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs FMX.Dialogs

Description

TCommonDialog is the ancestor of all components that represent common dialog boxes.

FMX.Dialogs.TOpenDialog inherits from FMX.Dialogs.TCommonDialog. All content below this line refers to FMX.Dialogs.TCommonDialog.

TCommonDialog is the ancestor of all components that represent common dialog boxes.

TCommonDialog is an abstract class that represents common dialog boxes. TCommonDialog descendants provide an easy, interactive way to select or browse through files, set page or printer properties, or print pages. The dialog boxes will not appear until the Execute method is called. TCommonDialog descendants override DoExecute in order to customize the dialog that appears when the Execute method is called.

See Also