TSaveDialog
From OpenEUO
Revision as of 02:37, 6 October 2010 by 46.127.27.108 (Talk) (Created page with "TSaveDialog displays a modal Windows dialog box for selecting file names and saving files. The dialog does not appear at runtime until it is activated by a call to the Execute me...")
TSaveDialog displays a modal Windows dialog box for selecting file names and saving files. The dialog does not appear at runtime until it is activated by a call to the Execute method. When the user clicks Save, the dialog closes and the selected file name is stored in the FileName property.
- TSaveDialog.DefaultExt
- TSaveDialog.Execute
- TSaveDialog.FileName
- TSaveDialog.Files
- TSaveDialog.Filter
- TSaveDialog.FilterIndex
- TSaveDialog.InitialDir
- TSaveDialog.Options
- TSaveDialog.Title
Inherited from TComponent:
Inherited from TObject: