JVCL Help:TJvOpenFileAction
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvOpenFileAction Class
[+] JvDialogActns.pas Classes
[+] TJvOpenFileAction Methods
[+] TJvOpenFileAction Properties
Search in JVCL Help
Search in all projectsClass Hierarchy
TJvOpenFileAction
TJvSaveFileAction
run\JvDialogActns.pas
Summary
Action that displays the TJvOpenDialog dialog.
Pascal
run\JvDialogActns.pas
TJvOpenFileAction = class(TCommonDialogAction);
Description
Add TJvOpenFileAction to an action list to add a common file open dialog to your application.
Controls such as menu items and tool buttons linked to this action cause the application to display a file open dialog when invoked.
Use the OnAccept event to respond after the user selects a file name in the file open 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