JVCL Help:TJvAutoCompleteFileOption

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines file autocomplete options.

run\JvToolEdit.pas


Pascal

 run\JvToolEdit.pas
 TJvAutoCompleteFileOption = (
acfFileSystem,
acfFileSysDirs,
acfURLHistory,
acfURLMRU
);
TJvAutoCompleteFileOptions = setof TJvAutoCompleteFileOption;


Members

Members Description
acfFileSystem Matches against items in the Shell namespace, including files on the user's computer as well as items in virtual folders such as My Computer and Control Panel.
acfFileSysDirs Enumerates only the file system directories, Universal Naming Convention (UNC) shares, and UNC servers.
acfURLHistory Matches against the URL list in the user's History list.
acfURLMRU Matches against the URL list in the user's Recently Used list.

run\JvToolEdit.pas


Description

The TJvAutoCompleteFileOption type defines values describing file autocomplete options. TJvAutoCompleteFileOptions is a set of TJvAutoCompleteFileOption values.

run\JvToolEdit.pas


About

Navigation

no pages or subcategories

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