JVCL Help:TJvBrowsableObjectClass
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvBrowsableObjectClass type
Search in JVCL Help
Search in all projectsSummary
Defines values describing the type of items in an enumeration
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. |
Description
The TJvBrowsableObjectClass type defines values describing the type of items in an enumeration. TJvBrowsableObjectClasses is a set of TJvBrowsableObjectClass 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