tsavedialog Questions
2
Solved
In TSaveDialog I added 2 formats with the same extension:
Format A|*.form
Format B|*.form
Format C|*.diff
Now I want to identify which format user chose:
var Ext: String;
begin
if not SaveDial...
Dotted asked 28/10, 2019 at 17:15
1
Solved
There is a simple question already about the idea of the TSaveDialog and [ofOverwritePromt] at Delphi overwrite existing file on save dialog.
So my issue/scenario is following:
I have a TSaveDia...
Fibro asked 18/8, 2016 at 11:8
2
Solved
I want to add a checkbox or other VCL component to the TSaveDialog.
Cantu says,
The new Vista Open and Save dialog boxes (implemented by the IFileOpenDialog and
IFileSaveDialog interfaces) are...
Manipulate asked 7/5, 2011 at 1:44
1
© 2022 - 2024 — McMap. All rights reserved.