When using the FileSaveDialog, I have gotten used to putting the save under a test to see if the dialog was executed:
if FileSaveDialog.Execute then
begin
...
end;
I do not see a similar way of doing this with the AdvFileNameEdit component. Does such a method exist?