JVCL Help:TShellObjectType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TShellObjectType type
Search in JVCL Help
Search in all projectsSummary
Enumerates types of objects.
Pascal
run\JvWinDialogs.pas
TShellObjectType = (
sdPathObject,
sdPrinterObject
);
TShellObjectTypes = setof TShellObjectType;
Members
Members | Description |
sdPathObject | The object is a file or a folder. |
sdPrinterObject | The object is a printer. |
Description
Use the TShellObjectType to specify the type of an object. TShellObjectTypes is a set of TShellObjectType objects.
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