RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileSaveAs Class

TFileSaveAs is the standard action for displaying a file save as dialog.

Pascal
TFileSaveAs = class(TFileAction);
C++
class TFileSaveAs : public TFileAction;

Add TFileSaveAs to an action list to add a common file save dialog to your application. Controls such as menu items and tool buttons linked to this action cause the application to display a file save dialog when invoked. Use the OnAccept event to respond after the user selects a file name in the file save dialog or the OnCancel event to respond when the user cancels from the dialog. In the event handler for these events, you can read the file name from the dialog specified by the Dialog property. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!