API:Vcl.ExtDlgs.TSavePictureDialog.Execute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Execute: Boolean; override;
function Execute(ParentWnd: HWND): Boolean; override;

C++

virtual bool __fastcall Execute(void)/* overload */;
virtual bool __fastcall Execute(HWND ParentWnd)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
Vcl.ExtDlgs.pas
Vcl.ExtDlgs.hpp
Vcl.ExtDlgs TSavePictureDialog

Description

Displays the file-selection dialog.

Vcl.ExtDlgs.TSavePictureDialog.Execute inherits from Vcl.ExtDlgs.TOpenPictureDialog.Execute. All content below this line refers to Vcl.ExtDlgs.TOpenPictureDialog.Execute.

Displays the file-selection dialog.

Execute opens the file-selection dialog, returning true when the user selects a file and clicks Open. If the user clicks Cancel, Execute returns false.

Code Examples