Vcl.ExtDlgs.TSavePictureDialog.Execute
Delphi
function Execute: Boolean; override;
function Execute(ParentWnd: HWND): Boolean; override;
C++
virtual bool __fastcall Execute()/* 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 Save As dialog box.
Execute opens the Save As dialog, returning true when the user selects a file name and clicks Save.
Code Examples