Skip to content

TMiletusSaveDialog

Description

Below is a list of the most important properties and methods for TMiletusSaveDialog. This component allows to display a native save dialog.

Designtime Runtime

Properties for TMiletusSaveDialog

Property Description
DefaultExt: string Sets the default file extension to pick
FileName: string Returns the filename with full path that has been opened.
Files: TStrings
Filter: string Sets the file type filters.
InitialDir: string Sets the initial folder where to save files
Options A set of options.
Title: string Sets the title of the open window.

Methods for TMiletusSaveDialog

Property Description
Execute Function that synchronously shows the dialog. Keep in mind that the web application will be frozen until the function resolves
Execute(AProc: TMiletusDialogProc) Method to show the open dialog asynchronously. The AProc parameter is a method pointer for a method that is called when the dialog is closed. Any result from the dialog is available through the callback.