Difference between revisions of "TSaveDialog"

From OpenEUO
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 03:37, 6 October 2010

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.

Inherited from TComponent:

Inherited from TObject: