JVCL Help:TJvOpenFileAction

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvOpenFileAction
TJvSaveFileAction
run\JvDialogActns.pas


Summary

Action that displays the TJvOpenDialog dialog.

run\JvDialogActns.pas


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.

run\JvDialogActns.pas


About

Navigation

run\JvDialogActns.pas



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