JCL Help:TEnumFolderFlag

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Enumeration used by SHEnumFolderFirst to specify the type of items to include in the enumeration.


Pascal

 public TEnumFolderFlag = (
efFolders,
efNonFolders,
efIncludeHidden
);
TEnumFolderFlags = set of TEnumFolderFlag;


Members

Members Description
efFolders include folder items in the enumeration
efNonFolders include non folder items in the enumeration
efIncludeHidden include hidden items in the enumeration


Description

Enumeration used by SHEnumFolderFirst to specify the type of items to include in the enumeration.


See Also

SHEnumFolderFirst SHEnumFolderNext SHEnumFolderClose


About

Unit

JclShell


Navigation

no pages or subcategories

Donator

Marcel van Brakel


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