JVCL Help:TJvSaveFileAction
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSaveFileAction Class
[+] JvDialogActns.pas Classes
[+] TJvSaveFileAction Methods
[+] TJvSaveFileAction Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvOpenFileAction
TJvSaveFileAction
run\JvDialogActns.pas
Summary
Action that displays the TJvSaveDialog dialog.
Pascal
run\JvDialogActns.pas
TJvSaveFileAction = class(TJvOpenFileAction);
Description
Add TJvSaveFileAction 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.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page