JVCL Help:TJvAutoCompleteFileOption
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAutoCompleteFileOption type
Search in JVCL Help
Search in all projectsSummary
Defines file autocomplete options.
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. |
Description
The TJvAutoCompleteFileOption type defines values describing file autocomplete options. TJvAutoCompleteFileOptions is a set of TJvAutoCompleteFileOption values.
About
no pages or subcategories
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