JVCL Help:TJvBrowsableObjectClass

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

Search in JVCL Help

 
Search in all projects
 

Summary

Defines values describing the type of items in an enumeration

run\JvBrowseFolder.pas


Pascal

 run\JvBrowseFolder.pas
 TJvBrowsableObjectClass = (
ocFolders,
ocNonFolders,
ocIncludeHidden,
ocInitOnFirstNext,
ocNetPrinterSrch,
ocSharable,
ocStorage
);
TJvBrowsableObjectClasses = setof TJvBrowsableObjectClass;


Members

Members Description
ocFolders Include items that are folders in the enumeration.
ocNonFolders Include items that are not folders in the enumeration.
ocIncludeHidden Include hidden items in the enumeration.
ocInitOnFirstNext allow EnumObject() to return before validating enum
ocNetPrinterSrch The caller is looking for printer objects.
ocSharable The caller is looking for remote shares.
ocStorage Include items with accessible storage and their ancestors.

run\JvBrowseFolder.pas


Description

The TJvBrowsableObjectClass type defines values describing the type of items in an enumeration. TJvBrowsableObjectClasses is a set of TJvBrowsableObjectClass values.

run\JvBrowseFolder.pas


About

Navigation

no pages or subcategories

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