FMX.Dialogs.TSaveDialog.DoExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoExecute: Boolean; override;

C++

virtual bool __fastcall DoExecute();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Dialogs.pas
FMX.Dialogs.hpp
FMX.Dialogs TSaveDialog

Description

Displays the "Save As" dialog box.

DoExecute opens the "Save As" dialog box. It returns True when the user selects a file name and clicks Save, False otherwise. If the user selects a file name and clicks the Save buton, the file name is stored in the FileName property.

See Also