JVCL Help:TJvSelectDirectory

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvSelectDirectory
run\JvSelectDirectory.pas


Summary

Displays a directory-selection dialog.

run\JvSelectDirectory.pas


Pascal

 run\JvSelectDirectory.pas
 TJvSelectDirectory = class(TJvCommonDialog);


Description

  1. JVCLInfo

The TJvSelectDirectory component is a wrapper for the two SelectDirectory functions. It displays a modal dialog box for selecting a directory. The dialog does not appear at runtime until it is activated by a call to the Execute method.
Use property ClassicDialog to specify whether to show the Windows directory browser or the classic Select Directory dialog box.

run\JvSelectDirectory.pas


About

Navigation

run\JvSelectDirectory.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