FMX.Dialogs.TCommonDialog

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTCommonDialog

Delphi

TCommonDialog = class(TFmxObject)

C++

class PASCALIMPLEMENTATION TCommonDialog : public Fmx::Types::TFmxObject

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.

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